about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-04-24Add builtin impls for int and float inference vars in chalkTyler Mandry-14/+19
2019-04-24chalkify: Add Copy/Clone builtinsTyler Mandry-21/+192
2019-04-24Remove useless code and update index page testGuillaume Gomez-25/+5
2019-04-24Prevent failure in case no space left on device in rustdocGuillaume Gomez-3/+4
2019-04-24Add test for rustdoc cfg(test) featureGuillaume Gomez-0/+25
2019-04-24Add regression test for #53249.David Wood-0/+47
2019-04-24Set test flag when rustdoc is running with --test optionGuillaume Gomez-0/+3
2019-04-24Add Pin::{into_inner,into_inner_unchecked}Wim Looman-0/+34
2019-04-24Derive Default for EllipsisInclusiveRangePatternssd234678-9/+2
2019-04-24Evaluate hair::ExprKind::Use in intoMatthew Jasper-24/+22
2019-04-24Allow subtyping of the final expression of a constantMatthew Jasper-5/+46
2019-04-24Remove incorrect debug assertion in interpretMatthew Jasper-2/+1
2019-04-24Derive Default instead of new in applicable lintsd234678-7/+2
2019-04-24doc: some HirIdificationljedrz-30/+23
2019-04-24hir: make NodeId methods depend on HirId onesljedrz-118/+102
2019-04-24hir: remove NodeId from Entry & simplify Mapljedrz-78/+80
2019-04-24Bootstrap x86_64 musl by itselfMateusz Mikuła-10/+9
2019-04-24Auto merge of #60180 - ehuss:update-cargo-books, r=alexcrichtonbors-0/+0
2019-04-24Fix ignore-logic for sanitizer run-make tests.Michael Woerister-9/+6
2019-04-24Auto merge of #60213 - Manishearth:clippyup, r=oli-obkbors-9/+15
2019-04-23Update cargo, booksEric Huss-0/+0
2019-04-24Rollup merge of #60190 - nnethercote:less-metadata-gen, r=alexcrichtonMazdak Farrokhzad-23/+37
2019-04-24Rollup merge of #60186 - estebank:accept-suffix, r=nikomatsakisMazdak Farrokhzad-3/+31
2019-04-24Rollup merge of #59822 - GuillaumeGomez:fix-dark-theme-css, r=ManishearthMazdak Farrokhzad-3/+3
2019-04-24Rollup merge of #59739 - cramertj:stabilize, r=withoutboatsMazdak Farrokhzad-71/+178
2019-04-24Rollup merge of #56278 - eddyb:mir-debuginfo-proof, r=nikomatsakisMazdak Farrokhzad-254/+318
2019-04-24Auto merge of #58623 - Amanieu:hashbrown3, r=alexcrichtonbors-2398/+501
2019-04-24Don't generate unnecessary rmeta files.Nicholas Nethercote-23/+37
2019-04-23Stabilize futures_apiTaylor Cramer-66/+86
2019-04-23Add rustc_allow_const_fn_ptrTaylor Cramer-6/+93
2019-04-24Update hashbrown to 0.3.0Amanieu d'Antras-1/+1
2019-04-24Update hashbrown to 0.2.2Amanieu d'Antras-1/+1
2019-04-24Remove stabilized alloc feature from rustc-std-workspace-allocAmanieu d'Antras-1/+1
2019-04-24Update hashbrown to 0.2.1Amanieu d'Antras-1/+1
2019-04-24Remove broken testsAmanieu d'Antras-74/+0
2019-04-24Fix testAmanieu d'Antras-3/+3
2019-04-24Replace the robin-hood hash table with hashbrownAmanieu d'Antras-2278/+405
2019-04-24Make libstd depend on the hashbrown crateAmanieu d'Antras-0/+24
2019-04-24Mark HashSet functions with #[inline]Amanieu d'Antras-0/+45
2019-04-24Add try_reserve to HashSetAmanieu d'Antras-0/+24
2019-04-24Remove the Recover trait for HashSetAmanieu d'Antras-52/+9
2019-04-23review comment: change linked ticketEsteban Küber-1/+1
2019-04-23Fix index-page generationGuillaume Gomez-2/+7
2019-04-23rustc_mir: create the `let` and "remainder" scopes in source order.Eduard-Mihai Burtescu-10/+11
2019-04-23rustc_mir: pretty-print all locals into their respective scopes.Eduard-Mihai Burtescu-96/+74
2019-04-23rustc_mir: don't rely on mir::LocalDecl `visibility_scope`s in the MIR borrowck.Eduard-Mihai Burtescu-5/+1
2019-04-23rustc: dissuade compiler developers from misusing upvar debuginfo.Eduard-Mihai Burtescu-24/+29
2019-04-23rustc_codegen_ssa: rename debuginfo_upvar_decls_ops_sequence to debuginfo_upv...Eduard-Mihai Burtescu-3/+3
2019-04-23rustc_mir: don't use upvar_decls in the miri validity checks.Eduard-Mihai Burtescu-6/+22
2019-04-23rustc_mir: don't use upvar_decls in the generator state transform.Eduard-Mihai Burtescu-5/+5