]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-02-14 Nick CameronUpdate RLS
2018-02-13 borsAuto merge of #47804 - retep007:recursive-requirements...
2018-02-12 borsAuto merge of #47843 - estebank:teach, r=nikomatsakis
2018-02-12 borsAuto merge of #48144 - kennytm:reduce-musl-test-size...
2018-02-11 Mark SimulacrumDelete executables if the test ran successfully.
2018-02-11 kennytmcompiletest: Delete the executable immediately after...
2018-02-11 borsAuto merge of #47752 - mark-i-m:at-most-once-rep, r...
2018-02-11 borsAuto merge of #47614 - dotdash:x86_64_sysv_ffi, r=eddyb
2018-02-11 borsAuto merge of #47657 - algesten:save-analysis-impls...
2018-02-11 borsAuto merge of #48092 - eddyb:discriminate-the-void...
2018-02-10 borsAuto merge of #47286 - Aaronepower:master, r=Mark-Simul...
2018-02-10 Aaron PowerUpdate release notes for 1.24.0
2018-02-10 borsAuto merge of #48113 - kennytm:rollup, r=kennytm
2018-02-10 kennytmRollup merge of #47547 - varkor:infinite-iterators...
2018-02-10 kennytmRollup merge of #48124 - alexcrichton:clean-up-debuggin...
2018-02-10 kennytmRollup merge of #48120 - matthiaskrgr:typos_src_1,...
2018-02-10 kennytmRollup merge of #48085 - alexcrichton:update-dlmalloc...
2018-02-10 Alex CrichtonExplain unusual debugging code in librustc
2018-02-10 Alex CrichtonUpdate the dlmalloc submodule
2018-02-10 Matthias Krügerfix typos in src/{bootstrap,ci,etc,lib{backtrace,core...
2018-02-10 kennytmRollup merge of #48100 - Mark-Simulacrum:fetch-nand...
2018-02-10 kennytmRollup merge of #48107 - matthiaskrgr:typo__substract_t...
2018-02-10 kennytmRollup merge of #48101 - Mark-Simulacrum:new-books...
2018-02-10 kennytmRollup merge of #48098 - alexcrichton:fix-i686-dist...
2018-02-10 kennytmRollup merge of #48086 - Zoxc:gen-fix, r=nikomatsakis
2018-02-10 kennytmRollup merge of #48080 - GuillaumeGomez:mobile-docs...
2018-02-10 kennytmRollup merge of #48078 - alexcrichton:fix-required...
2018-02-10 kennytmRollup merge of #48064 - Manishearth:intra-doc-bail...
2018-02-10 kennytmRollup merge of #48059 - alexcrichton:sccachebs, r...
2018-02-10 kennytmRollup merge of #48058 - cuviper:binaryen-gcc8, r=alexc...
2018-02-10 kennytmRollup merge of #48051 - ollie27:rustdoc_fn_unit_return...
2018-02-10 kennytmRollup merge of #48047 - etaoins:fix-ice-for-mismatched...
2018-02-10 kennytmRollup merge of #48015 - o01eg:disableable-installation...
2018-02-10 kennytmRollup merge of #47854 - varkor:create-out-dir, r=pnkfelix
2018-02-10 kennytmRollup merge of #47835 - Mark-Simulacrum:remove-data...
2018-02-10 kennytmRollup merge of #47790 - tinaun:patch-1, r=sfackler
2018-02-10 borsAuto merge of #47828 - alexcrichton:llvm-6, r=nikomatsakis
2018-02-10 Martin AlgestenEmit data::Impl in save-analysis
2018-02-10 Alex Crichtonrustc: Upgrade to LLVM 6
2018-02-09 Matthias Krügerfix typo: substract -> subtract.
2018-02-09 Mark SimulacrumAdd fetch_nand.
2018-02-09 Eduard-Mihai... rustc_mir: insert a dummy access to places being matche...
2018-02-09 Mark SimulacrumUpdate books for next release
2018-02-09 Alex Crichtonci: Actually bootstrap on i686 dist
2018-02-09 borsAuto merge of #47802 - bobtwinkles:loop_false_edge...
2018-02-09 John Kåre AlsakerFix visitation order of calls so that it matches execut...
2018-02-09 borsAuto merge of #47761 - GuillaumeGomez:test-themes,...
2018-02-09 Mark MansiFix the test
2018-02-09 Mark MansiUpdate feature gate test
2018-02-09 borsAuto merge of #47489 - pnkfelix:limit-2pb-issue-46747...
2018-02-09 Mark MansiUse the right tracking issue
2018-02-09 Alex Crichtonrustbuild: Pass `ccache` to build scripts
2018-02-08 Guillaume GomezHide theme button under menu in mobile mode and fix...
2018-02-08 Alex CrichtonDisallow function pointers to #[rustc_args_required_const]
2018-02-08 Alex CrichtonAdd `rustc_args_required_const` to the feature whitelist
2018-02-08 Esteban KüberMove some E0XXX to `ui`
2018-02-08 Eduard-Mihai... rustc: don't ICE when using Rvalue::Discriminant on...
2018-02-08 Björn SteinbrinkFix oversized loads on x86_64 SysV FFI calls
2018-02-08 Felix S. Klock IIFleshed out the test a lot more.
2018-02-08 Felix S. Klock IITest that autoref'ing beyond method receivers does...
2018-02-08 Felix S. Klock IIAdd `AutoBorrowMutability`; its like `hir::Mutability...
2018-02-08 Felix S. Klock IIRestrict two-phase borrows to solely borrows introduced...
2018-02-08 Felix S. Klock IIEncode (in MIR) whether borrows are explicit in source...
2018-02-08 Guillaume GomezConvert python script to rust
2018-02-08 Guillaume GomezPass themes folder as parameter
2018-02-08 Guillaume GomezAdd tests for themes
2018-02-08 Guillaume GomezImprove output a bit in case of error
2018-02-08 Guillaume GomezAdd test when trying to add new theme
2018-02-08 Guillaume GomezHandle comments in css selector and add tests
2018-02-08 Guillaume GomezFix missing rules for dark.css
2018-02-08 Guillaume Gomezget differences
2018-02-08 Guillaume GomezAdd theme tests
2018-02-08 borsAuto merge of #48057 - scottmcm:less-match-more-compare...
2018-02-08 Esteban KüberAdd `-Zteach` documentation
2018-02-08 bobtwinklesFix tests for MIR loop lowering
2018-02-08 Manish Goregaokarintra-doc-links: bail early for linky things
2018-02-07 Josh StoneUpdate binaryen to fix -Werror with GCC 8
2018-02-07 bobtwinkles[ci skip] Generate false edges from loop_block
2018-02-07 Scott McMurraySimplify RangeInclusive::next[_back]
2018-02-07 O01egRefactor checks on list of extended tools.
2018-02-07 borsAuto merge of #48053 - Manishearth:rollup, r=Manishearth
2018-02-07 Manish GoregaokarRollup merge of #48028 - zackmdavis:and_the_span_of_the...
2018-02-07 Manish GoregaokarRollup merge of #48020 - RalfJung:type-alias-bounds...
2018-02-07 Manish GoregaokarRollup merge of #48018 - alexcrichton:require-const...
2018-02-07 Manish GoregaokarRollup merge of #48014 - Manishearth:stealing-chickens...
2018-02-07 Manish GoregaokarRollup merge of #47944 - oberien:unboundediterator...
2018-02-07 Manish GoregaokarRollup merge of #47922 - zackmdavis:and_the_case_of_the...
2018-02-07 Manish GoregaokarRollup merge of #47883 - yurydelendik:wasm-map, r=alexc...
2018-02-07 Manish GoregaokarRollup merge of #47810 - GuillaumeGomez:fix-theme-but...
2018-02-07 Manish GoregaokarRollup merge of #47631 - SimonSapin:nonnull, r=alexcrichton
2018-02-07 Manish GoregaokarRollup merge of #47613 - estebank:rustc_on_unimplemente...
2018-02-07 borsAuto merge of #47957 - bobtwinkles:fix_mir_consts,...
2018-02-07 Oliver Middletonrustdoc: Hide `-> ()` in cross crate inlined Fn* bounds
2018-02-07 Ryan CummingFix ICE for mismatched args on target without span
2018-02-07 bobtwinklesUpdate trait-associated-const test to new format
2018-02-07 bobtwinklesmir: Fix DefiningTy::Const
2018-02-07 borsAuto merge of #47607 - davidtwco:issue-45697, r=nikomat...
2018-02-06 Manish GoregaokarAdd tests for -Zepoch using tyvar_raw_pointer
2018-02-06 Manish GoregaokarFill in long diagnostic
2018-02-06 borsAuto merge of #48040 - kennytm:rollup, r=kennytm
next