]> git.lizzy.rs Git - rust.git/history - src
Make codegen test for remap-path-prefix more thorough.
[rust.git] / src /
2017-04-26 Michael WoeristerMake codegen test for remap-path-prefix more thorough.
2017-04-26 Michael Woeristerremap-path-prefix: Validate number of commandline argum...
2017-04-26 Michael WoeristerImplement a file-path remapping feature in support...
2017-04-26 borsAuto merge of #41504 - eddyb:query-api, r=nikomatsakis
2017-04-26 borsAuto merge of #41258 - clarcharr:str_box_extras, r...
2017-04-26 borsAuto merge of #41551 - frewsxcv:rollup, r=frewsxcv
2017-04-26 Corey FarwellRollup merge of #41535 - steveklabnik:gh37746, r=alexcr...
2017-04-26 Corey FarwellRollup merge of #41530 - GuillaumeGomez:vec-from, r...
2017-04-26 Corey FarwellRollup merge of #41528 - steveklabnik:gh33269, r=frewsxcv
2017-04-26 Corey FarwellRollup merge of #41527 - steveklabnik:gh41285, r=frewsxcv
2017-04-26 Corey FarwellRollup merge of #41518 - tbu-:pr_fix_cp_error, r=sfackler
2017-04-26 Corey FarwellRollup merge of #41500 - steveklabnik:gh37866, r=frewsxcv
2017-04-26 Corey FarwellRollup merge of #41463 - SergioBenitez:master, r=alexcr...
2017-04-26 Corey FarwellRollup merge of #41442 - tbu-:pr_writeall_interrupted...
2017-04-26 Corey FarwellRollup merge of #39983 - AndrewGaspar:rust-windbg,...
2017-04-25 borsAuto merge of #41332 - petrochenkov:privti, r=eddyb
2017-04-25 Vadim PetrochenkovFix object safety violations in the test
2017-04-25 Vadim Petrochenkovprivacy: Rename and cleanup PrivacyVisitor
2017-04-25 Vadim PetrochenkovCheck privacy of trait items in all contexts
2017-04-25 borsAuto merge of #41362 - alexcrichton:run-cargot-ests...
2017-04-25 steveklabnikFix up vec guarnatee around capacity
2017-04-25 Guillaume GomezImplement From<&mut [T]> for Vec
2017-04-25 borsAuto merge of #40434 - mattico:splice-update, r=alexcri...
2017-04-25 steveklabnikClarify "side effect" in peek's docs
2017-04-25 steveklabnikClarify the doc index
2017-04-25 Sergio BenitezAdd cautions to io::get_mut method documentation.
2017-04-25 Sergio BenitezReference tracking issue for more_io_inner_methods.
2017-04-24 Sergio BenitezAdd more_io_inner_methods feature to unstable book.
2017-04-24 Sergio BenitezAdd internal accessor methods to io::{Chain, Take}.
2017-04-24 Andrew GasparAdds rust-windbg.cmd script
2017-04-24 Tobias BucherFix a copy-paste error in `Instant::sub_duration`
2017-04-24 borsAuto merge of #40123 - TimNN:llvm40, r=alexcrichton
2017-04-24 Clar CharrMore methods for str boxes.
2017-04-24 Alex CrichtonRun tests for the cargo submodule in tree
2017-04-24 Eduard-Mihai Burtescurustc: use tcx.at(span) to set the location of a query.
2017-04-24 Matt IckstadtAdd Splice forget test
2017-04-24 Eduard-Mihai Burtescurustc: expose the common DUMMY_SP query case as tcx...
2017-04-24 borsAuto merge of #40634 - GuillaumeGomez:refcell-docs...
2017-04-24 Guillaume GomezAdd more explanation on RefCell::get_mut
2017-04-24 Eduard-Mihai Burtescurustc: rename some of the queries to match tcx methods.
2017-04-24 steveklabnikuse the word 'length' in Vec::len's docs
2017-04-24 borsAuto merge of #41494 - withoutboats:associated-consts...
2017-04-24 Without BoatsFeature gate in test.
2017-04-24 Without BoatsStyle.
2017-04-24 Without BoatsFix type error.
2017-04-24 Without BoatsAdd compile-fail test.
2017-04-24 Without BoatsAssociated consts are not object safe.
2017-04-24 Matt IckstadtAdd splice to the unstable book.
2017-04-24 Matt IckstadtUse Vec::splice impl in string::Splice::drop()
2017-04-24 Matt IckstadtImprove splice docs and tests
2017-04-24 Matt IckstadtUpdate splice impl
2017-04-24 Simon SapinAdd Vec::splice and String::splice
2017-04-23 borsAuto merge of #41486 - arielb1:select-where, r=eddyb
2017-04-23 borsAuto merge of #41485 - arielb1:dtorck-constraint, r...
2017-04-23 Ariel Ben-Yehudacache ADT dtorck results
2017-04-23 Ariel Ben-Yehudatraits::select: quickly filter out predicates from...
2017-04-23 Tim NeumannFIN: windows-gnu: statically link gcc_s, pthread with...
2017-04-23 Tim NeumannFIN: Compile LLVM with -fno-omit-frame-pointer on 32bit...
2017-04-23 Tim NeumannFIN: ignore failing test on emscripten, see #41299
2017-04-23 Tim NeumannFIN: build comiler-rt wihout Thumb on arm
2017-04-23 Tim NeumannFIN: disable backtrace printing for panic-runtime/abort...
2017-04-23 Tim NeumannFIN: update emscripten builder
2017-04-23 Tim NeumannFIN/CRT: adopt all applicable rust compiler-rt patches
2017-04-23 Tim NeumannFIN/LLVM: new rust patches required for 4.0
2017-04-23 Tim NeumannFIN/LLVM: adopt all applicable rust llvm patches
2017-04-23 Tim NeumannFIN: update to upstream (llvm 4.0.1 + fastcomp 1.37...
2017-04-23 Ariel Ben-Yehudaclean-up adt_sized_constraint now that it uses on-demand
2017-04-23 borsAuto merge of #41408 - eddyb:poly-const-eval, r=arielb1
2017-04-23 Eduard-Mihai Burtescurustc_const_eval: support all unit enum variants.
2017-04-23 Eduard-Mihai Burtescurustc_const_eval: CallOn isn't needed, typeck/const...
2017-04-23 Eduard-Mihai Burtescurustc: make the const-eval cache polymorphic.
2017-04-23 borsAuto merge of #41437 - cuviper:remove-unstable-deprecat...
2017-04-23 Corey FarwellRemove unused import.
2017-04-22 borsAuto merge of #41469 - arielb1:rustc-spring-cleaning...
2017-04-22 Ariel Ben-Yehudabail out of selection when there are multiple surviving...
2017-04-22 Ariel Ben-Yehudaadd a cache to impl_polarity
2017-04-22 Ariel Ben-Yehudaallocate less strings in `symbol_names`
2017-04-22 Ariel Ben-Yehudaweak_lang_items: check for `lang` attribute before...
2017-04-22 Ariel Ben-Yehudacache attributes of items from foreign crates
2017-04-22 Ariel Ben-Yehudashort-cut SharedCrateContext::layout_of
2017-04-22 Ariel Ben-Yehudaavoid calling `mk_region` unnecessarily
2017-04-22 Ariel Ben-Yehudaremove cleanup branches to the resume block
2017-04-22 borsAuto merge of #41431 - GuillaumeGomez:hoedown-default...
2017-04-22 borsAuto merge of #41464 - frewsxcv:rollup, r=frewsxcv
2017-04-22 Corey FarwellRollup merge of #41450 - rillian:rustc-wrapper, r=alexc...
2017-04-22 Corey FarwellRollup merge of #41355 - nikomatsakis:incr-comp-refacto...
2017-04-22 Corey FarwellRollup merge of #41077 - petrochenkov:boundparen, r...
2017-04-22 Guillaume GomezFix line display
2017-04-22 borsAuto merge of #39999 - bitshifter:struct_align, r=eddyb
2017-04-22 Guillaume GomezFix tests
2017-04-22 Guillaume GomezFix invalid linkage
2017-04-22 Guillaume GomezSet hoedown to generate error index
2017-04-22 Guillaume GomezRe-enable hoedown by default
2017-04-22 borsAuto merge of #41459 - frewsxcv:rollup, r=frewsxcv
2017-04-22 Corey FarwellRollup merge of #41435 - estebank:issue-33884, r=nikoma...
2017-04-22 Corey FarwellRollup merge of #41432 - abonander:issue_41211, r=jseyfried
2017-04-22 Corey FarwellRollup merge of #41405 - GuillaumeGomez:rustdoc-warning...
2017-04-22 Corey FarwellRollup merge of #37658 - GuillaumeGomez:ref_suggestion...
2017-04-22 Niko Matsakismove the uses of the trans caches into rustc::traits
2017-04-21 Cameron HartUse primitive align for tagged enum fill.
next