]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-09-09 Jorge Apariciostabilize `#[used]`
2018-09-09 borsAuto merge of #53998 - eddyb:issue-53728, r=oli-obk
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 borsAuto merge of #53949 - estebank:unclosed-delim, r=nikom...
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 borsAuto merge of #53705 - ms2300:tmp, r=oli-obk
2018-09-08 borsAuto merge of #54051 - kennytm:rollup, r=kennytm
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...
2018-09-07 kennytmRollup merge of #53979 - alexcrichton:remove-repr-trans...
2018-09-07 kennytmRollup merge of #53967 - froydnj:cmake-python-executabl...
2018-09-07 kennytmRollup merge of #53966 - ljedrz:mir_dataflow_cleanups...
2018-09-07 kennytmRollup merge of #53959 - tlively:fix-submodules, r...
2018-09-07 kennytmRollup merge of #53948 - pnkfelix:issue-52934-minimize...
2018-09-07 kennytmRollup merge of #53946 - tbu-:pr_doc_manuallydrop,...
2018-09-07 borsAuto merge of #53830 - davidtwco:issue-53228, r=nikomat...
2018-09-07 kennytmRollup merge of #53895 - joshtriplett:tidy-tidy, r...
2018-09-07 kennytmRollup merge of #53874 - withoutboats:pin-ptr-impls...
2018-09-07 kennytmRollup merge of #53860 - pnkfelix:issue-53764-migrate...
2018-09-07 kennytmRollup merge of #53550 - brson:recurring, r=estebank
2018-09-07 kennytmRollup merge of #53455 - llogiq:num-byte-conversion...
2018-09-07 kennytmRollup merge of #53376 - frewsxcv:frewsxcv-copy, r...
2018-09-07 kennytmRollup merge of #53299 - MagnumOpus21:fix-macro-write...
2018-09-07 Matthias Krügerupdate clippy submodule
2018-09-07 borsAuto merge of #54018 - alexcrichton:omg-fix-again,...
2018-09-07 Wesley WiserFix tests
2018-09-07 Alex CrichtonShip libLLVM.dylib on OSX
2018-09-07 borsAuto merge of #53969 - alexcrichton:update-compiler...
2018-09-06 Niko Matsakisresolve_lifetime: types are not late-bound regions =)
2018-09-06 Niko Matsakisuniversal_regions.rs: rustfmt
2018-09-06 Niko Matsakisuseful debug in `universal_regions`
2018-09-06 Niko Matsakisregion_name: rustfmt
2018-09-06 Niko Matsakisadd a useful debug to `give_region_a_name`
2018-09-06 Wesley Wiser[nll] teach SCC about `'static`
2018-09-06 Wesley Wiser[nll] Refactor the `Edges` iterator to return `Outlives...
2018-09-06 borsAuto merge of #54005 - eddyb:uniform-paths-self-resolve...
2018-09-06 Mikhail Modinrustfmt src/librustc_mir/build/expr
2018-09-06 Guillaume GomezFix link
2018-09-06 Guillaume GomezDon't show default docs
2018-09-06 Guillaume GomezFix invalid urls
2018-09-06 Guillaume GomezFix implementors generation as well
2018-09-06 Guillaume GomezFix hover on impls
2018-09-06 borsAuto merge of #53575 - matthewjasper:unsized-is-an...
2018-09-06 Jorge Aparicioupdate UI test
2018-09-06 Mikhail ModinSkip a shared borrow of a immutable local variables
2018-09-06 Without BoatsFix typos.
2018-09-06 Jorge Apariciocrates that provide a `panic_handler` are exempt from...
2018-09-06 Eduard-Mihai... rustc_resolve: allow `use crate_name;` under `uniform_p...
2018-09-06 Eduard-Mihai... rustc_codegen_llvm: don't assume offsets are always...
2018-09-06 ms2300Fixing tests from anon -> opaque
2018-09-06 borsAuto merge of #52626 - brunocodutra:issue-52475, r...
2018-09-06 TimUse binary_op_val instead of doing the check manually.
2018-09-06 Felix S. Klock IIAllow illegal_floating_point_literal_pattern. These...
2018-09-06 Felix S. Klock IIAllow unions_with_drop_fields for unions with members...
2018-09-06 Felix S. Klock IIAllow various name convention lints.
2018-09-06 Felix S. Klock IIAdd `// run-pass` to collection of tests.
next