]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-09-11 Oliver SchneiderChange debug printing to print in the old concise style
2018-09-11 Oliver SchneiderUse assertion-like static assertions
2018-09-11 Oliver SchneiderRebase fallout
2018-09-11 Oliver SchneiderSplit `CrateNum` into an enum instead of having magic...
2018-09-11 Oliver SchneiderFix const eval of ZST index operations to make the...
2018-09-11 Oliver SchneiderSimplify Scope/ScopeData to have less chance of introdu...
2018-09-11 Oliver Schneideronly allow restricting scalar layouts
2018-09-11 Oliver SchneiderAddress attribute naming and use `Bound` enum
2018-09-11 Oliver SchneiderSatisfy tidy
2018-09-11 Oliver SchneiderUse the same way to specifiy the `SCOPE_DATA_*` constan...
2018-09-11 Oliver SchneiderForbid the upper indices of `IndexVec` indices to allow...
2018-09-11 Oliver SchneiderGet rid of the `non_zero` lang item in favour of arbitr...
2018-09-11 borsAuto merge of #54113 - alexcrichton:update-cargo, r...
2018-09-11 borsAuto merge of #54092 - estebank:gotta-go-fast, r=nikoma...
2018-09-10 Alex CrichtonUpdate Cargo submodule
2018-09-10 borsAuto merge of #54093 - petrochenkov:noinner, r=alexcrichton
2018-09-10 borsAuto merge of #54000 - jkozlowski:fix-53174, r=cramertj
2018-09-10 borsAuto merge of #54011 - eddyb:anchored-in-the-future...
2018-09-10 Eduard-Mihai... rustc_resolve: ignore uniform_paths canaries that resol...
2018-09-10 Eduard-Mihai... rustc_resolve: inject `uniform_paths` canaries regardle...
2018-09-10 borsAuto merge of #53565 - PramodBisht:issue/53359_b, r...
2018-09-10 borsAuto merge of #53854 - davidtwco:issue-53668, r=nikomat...
2018-09-10 borsAuto merge of #53936 - petrochenkov:2macpre, r=alexcrichton
2018-09-10 Vadim Petrochenkovresolve: Remove `unshadowable_attrs`
2018-09-10 Vadim Petrochenkovresolve: Split macro prelude into built-in and user...
2018-09-10 Vadim PetrochenkovFeature gate non-builtin attributes in inner attribute...
2018-09-09 Esteban KüberDon't compute padding of braces unless they are unmatched
2018-09-09 borsAuto merge of #53778 - petrochenkov:shadrelax2, r=nikom...
2018-09-09 borsAuto merge of #54057 - matthiaskrgr:stabilize-edition...
2018-09-09 borsAuto merge of #53902 - dtolnay:group, r=petrochenkov
2018-09-09 Eric Hussmerge cargo changes done by https://github.com/rust...
2018-09-09 borsAuto merge of #53998 - eddyb:issue-53728, r=oli-obk
2018-09-09 David TolnayRename sp_lo to sp_open
2018-09-09 borsAuto merge of #53988 - eddyb:issue-53770, r=petrochenkov
2018-09-09 borsAuto merge of #53960 - estebank:issue-51303, r=nagisa
2018-09-09 David TolnayTrack distinct spans for open and close delimiter
2018-09-09 borsAuto merge of #53949 - estebank:unclosed-delim, r=nikom...
2018-09-09 Matthias Krügersubmodules: update clippy, rls with crate visibility...
2018-09-09 Mark RousskovRemove crate_visibility_modifier from 2018 edition
2018-09-09 Mark RousskovStabilize the 2018 edition
2018-09-08 borsAuto merge of #53909 - mikhail-m1:53643, r=nikomatsakis
2018-09-08 borsAuto merge of #53903 - GabrielMajeri:opt-miri-array...
2018-09-08 Pramod BishtFixed 53359: E0432 unresolved import on the same line...
2018-09-08 borsAuto merge of #53705 - ms2300:tmp, r=oli-obk
2018-09-08 borsAuto merge of #54051 - kennytm:rollup, r=kennytm
2018-09-08 Vadim Petrochenkovresolve: More precise spans for ambiguous resolution...
2018-09-08 Vadim PetrochenkovAdd checks for expected macro output in restricted...
2018-09-08 Vadim Petrochenkovresolve: Further simplify legacy scopes, add comments
2018-09-08 Vadim PetrochenkovAdd test cases for possible restricted shadowing config...
2018-09-08 Vadim Petrochenkovresolve: Rename some fields related to legacy macro...
2018-09-08 Vadim Petrochenkovresolve: Relax shadowing restriction on macro-expanded...
2018-09-08 Vadim Petrochenkovresolve: Introduce "may appear after" abstraction for...
2018-09-08 Vadim Petrochenkovresolve: Cleanup two main macro resolution functions...
2018-09-08 Vadim Petrochenkovresolve: Model shadowing restriction for macro_rules...
2018-09-08 Vadim Petrochenkovresolve: Model `resolve_legacy_scope` after `resolve_le...
2018-09-08 Vadim Petrochenkovresolve: Partially unify bindings from macro_rules...
2018-09-08 kennytmRollup merge of #53315 - nikomatsakis:newtype-index...
2018-09-08 kennytmRollup merge of #54050 - GabrielMajeri:fix-build-with...
2018-09-08 kennytmRollup merge of #54040 - steveklabnik:update-books...
2018-09-08 kennytmRollup merge of #54007 - japaric:gh53964, r=cramertj
2018-09-08 kennytmRollup merge of #53993 - eddyb:issue-53691, r=petrochenkov
2018-09-08 kennytmRollup merge of #53987 - Keruspe:llvm-suffix, r=alexcri...
2018-09-08 kennytmRollup merge of #53981 - fbernier:patch-1, r=sfackler
2018-09-08 kennytmRollup merge of #53973 - tromey:prefer-rust-enabled...
2018-09-08 kennytmRollup merge of #53942 - nnethercote:faster-precompute...
2018-09-08 kennytmRollup merge of #53932 - matthewjasper:remove-base...
2018-09-08 borsAuto merge of #51366 - japaric:stable-panic-impl, r...
2018-09-08 Gabriel MajeriUpdate `petgraph` dependency to 0.4.13
2018-09-08 borsAuto merge of #51885 - GuillaumeGomez:trait-impl-show...
2018-09-08 Gabriel MajeriOptimize miri checking of integer array/slices
2018-09-07 borsAuto merge of #53745 - nikomatsakis:nll-issue-53570...
2018-09-07 Niko Matsakisprint less info to stabilize tests
2018-09-07 Niko Matsakisavoid propagating outlives obligations on locals if...
2018-09-07 Niko Matsakismove `annotate` onto a method of `UniversalRegions`
2018-09-07 Niko Matsakisregion_infer: rustfmt
2018-09-07 Niko Matsakisregion_infer.rs: add some debug!
2018-09-07 Eduard-Mihai... rustc_resolve: only prepend CrateRoot to a non-keyword...
2018-09-07 steveklabnikupdate books for next release
2018-09-07 borsAuto merge of #53327 - wesleywiser:wip_optimize_nll...
2018-09-07 Niko Matsakisadd `const_fn` feature
2018-09-07 Niko Matsakisswitch back to using a plain `u32`, not `NonZeroU32`
2018-09-07 Niko Matsakisuse a `BTreeSet` for a more stable error message order
2018-09-07 Niko Matsakisremove use of `from_u32_unchecked`
2018-09-07 Niko Matsakisswitch to using `NonZeroU32` to represent indices
2018-09-07 Niko Matsakisrewrite constants to use NewType::MAX instead of u32...
2018-09-07 Niko Matsakisadd various `#[inline]` directives
2018-09-07 Niko Matsakisremove all references to `private` from outside the...
2018-09-07 Niko Matsakischange from tuple struct to brace struct
2018-09-07 Niko Matsakismake field always private, add `From` impls
2018-09-07 Niko Matsakisadd a comment
2018-09-07 Niko Matsakischange syntax of `newtype_index` to look like a struct...
2018-09-07 Marc-Antoine... rustbuild: allow configuring llvm version suffix
2018-09-07 borsAuto merge of #53893 - petrochenkov:cfgexpr, r=pnkfelix
2018-09-07 Tom TromeyHave rust-lldb look for the rust-enabled lldb
2018-09-07 borsAuto merge of #54021 - kennytm:rollup, r=kennytm
2018-09-07 Jorge Apariciostabilize `#[panic_handler]`
2018-09-07 kennytmRollup merge of #54023 - matthiaskrgr:clippy, r=oli-obk
2018-09-07 kennytmRollup merge of #53994 - pnkfelix:issue-53764-migrate...
2018-09-07 kennytmRollup merge of #53992 - pnkfelix:issue-53764-migrate...
2018-09-07 kennytmRollup merge of #53991 - TimDiekmann:fix-unchecked...
next