]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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.
2017-04-21 Niko Matsakisuse Symbol/InternedString in the cache
2017-04-21 Niko Matsakismove the trans trait caches into tcx
2017-04-21 Niko Matsakissort `provide`
2017-04-21 Niko Matsakismake `reachable_set` ref-counted
2017-04-21 Niko Matsakisjust take `tcx` where we can
2017-04-21 Niko Matsakisintroduce the rather simpler symbol-cache in place...
2017-04-21 Niko Matsakisremove `translation_items` from `SharedCrateContext`
2017-04-21 Niko Matsakisintroduce `is_foreign_item` query
2017-04-21 Guillaume GomezUpdate ui test
2017-04-21 Ralph GilesUpdate cargo.
2017-04-21 Vadim PetrochenkovMove parse_remaining_bounds into a separate function
2017-04-21 Vadim PetrochenkovFix issue with single question mark or paren
2017-04-21 Vadim Petrochenkovsyntax: Support parentheses around trait bounds
2017-04-21 borsAuto merge of #41445 - frewsxcv:rollup, r=frewsxcv
2017-04-21 Guillaume GomezCreate a new method to run coercion inside probe
2017-04-21 borsAuto merge of #41349 - eddyb:ty-contents, r=nikomatsakis
2017-04-21 Eduard-Mihai... Update #[no_core] users with the "freeze" lang item.
2017-04-21 Corey FarwellRollup merge of #41429 - jonathandturner:update_rls_sub...
2017-04-21 Corey FarwellRollup merge of #41426 - malbarbo:android-x86_64, r...
2017-04-21 Corey FarwellRollup merge of #41376 - mbrubeck:docs, r=frewsxcv
2017-04-21 Corey FarwellRollup merge of #41372 - nbigaouette:master, r=alexcrichton
2017-04-21 Guillaume GomezUpdate tests
2017-04-21 Guillaume GomezAdd suggestion for & coercions
2017-04-21 borsAuto merge of #41245 - estebank:multiline-trim, r=nikom...
2017-04-21 Josh StoneRemove float_extras
2017-04-21 Josh StoneRemove num::{Zero,One}
2017-04-21 Josh StoneRemove RefCell::borrow_state
2017-04-21 Josh StoneRemove {Cell,RefCell}::as_unsafe_cell
2017-04-21 Josh StonePrivatize Rc::is_unique
2017-04-21 Josh StoneRemove Rc::would_wrap
2017-04-21 Josh StoneRemove OccupiedEntry::remove_pair
2017-04-21 Josh StoneRemove BinaryHeap::{push_pop,replace}
2017-04-21 Josh StoneRemove EnumSet
2017-04-21 Esteban KüberReduce visual clutter of multiline start when possible
2017-04-21 Esteban KüberAdd test for issue 33884
2017-04-20 borsAuto merge of #41342 - GuillaumeGomez:btree-debug-infin...
2017-04-20 Austin BonanderDon't panic if an attribute macro fails to resolve...
2017-04-20 Cameron HartRemoved sizing parameter from struct_llfields.
2017-04-20 Cameron HartAdded feature gate, updated error messages and tests.
2017-04-20 Cameron HartImplementation of repr struct alignment RFC 1358.
2017-04-20 Jonathan TurnerBump the rls submodule revision
2017-04-20 Marco A L BarbosaAdd x86_64-linux-android target
2017-04-20 Matt BrubeckExpanded docs and examples for PathBuf::file_name and...
2017-04-20 Guillaume GomezFix line display for hoedown
2017-04-20 borsAuto merge of #41424 - frewsxcv:rollup, r=frewsxcv
2017-04-20 Corey FarwellRollup merge of #40987 - maccoda:convert-docs, r=stevek...
2017-04-20 Corey FarwellRollup merge of #40812 - mgattozzi:ChildDocs, r=stevekl...
2017-04-20 Marco A L BarbosaUpdate libc to include x86_64-linux-android support
2017-04-20 Nicolas BigaouetteRename environment variable `GDB_CMD` to `RUST_GDB...
2017-04-20 borsAuto merge of #41191 - seanmonstar:spec-extend-vec...
2017-04-20 Eduard-Mihai... rustc: combine type_needs_drop_given_env and may_drop...
2017-04-20 Eduard-Mihai... rustc: replace TypeContents::needs_drop with Ty::may_drop.
2017-04-20 Eduard-Mihai... rustc: replace interior_unsafe with a Freeze trait.
2017-04-20 Eduard-Mihai... rustc: simplify TypeContents drastically.
2017-04-20 borsAuto merge of #41413 - frewsxcv:rollup, r=frewsxcv
2017-04-20 Corey FarwellRollup merge of #41390 - scottmcm:toowned-clone-into...
2017-04-20 Corey FarwellRollup merge of #41378 - eddyb:byval-is-not-like-sret...
2017-04-20 Corey FarwellRollup merge of #41377 - nikomatsakis:issue-41298-ICE...
2017-04-20 Corey FarwellRollup merge of #41369 - cuviper:arm-stage0, r=alexcrichton
2017-04-20 Corey FarwellRollup merge of #41214 - estebank:less-multiline, r...
2017-04-20 borsAuto merge of #41411 - frewsxcv:rollup, r=frewsxcv
2017-04-20 Corey FarwellRollup merge of #41403 - mbrickn:patch-1, r=petrochenkov
2017-04-20 Corey FarwellRollup merge of #41398 - aidanhs:aphs-no-git-caches...
2017-04-20 Corey FarwellRollup merge of #41391 - durka:patch-40, r=petrochenkov
2017-04-20 Corey FarwellRollup merge of #41380 - ollie27:stability, r=BurntSushi
2017-04-20 Corey FarwellRollup merge of #41374 - steveklabnik:update-mdbook...
2017-04-20 Corey FarwellRollup merge of #41348 - lukaramu:std-path-docs, r...
2017-04-20 Corey FarwellRollup merge of #41295 - frewsxcv:frewsxcxv-unstability...
2017-04-19 Maxwell Paul... Updated links to use https
2017-04-19 Sean McArthurspecialize Extend for Vec with IntoIter
2017-04-19 Michael GattozziFix link for wait
next