]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-11-08 Bryan Burgersdocs: Fix link to BufWriter::flush
2019-11-08 borsAuto merge of #66066 - ecstatic-morse:remove-promotion...
2019-11-08 borsAuto merge of #66208 - JohnTitor:rollup-2umgjer, r...
2019-11-08 Yuki OkushiRollup merge of #66190 - eddyb:primflt, r=Centril
2019-11-08 Yuki OkushiRollup merge of #66165 - Wind-River:master_xyz, r=alexc...
2019-11-08 Yuki OkushiRollup merge of #66157 - srinivasreddy:improv, r=alexcr...
2019-11-08 Yuki OkushiRollup merge of #66123 - GuillaumeGomez:no-more-hidden...
2019-11-08 Yuki OkushiRollup merge of #66056 - petrochenkov:metapriv, r=eddyb
2019-11-08 Yuki OkushiRollup merge of #66049 - RalfJung:missing-spans, r...
2019-11-08 Yuki OkushiRollup merge of #65580 - SimonSapin:maybeuninit-array...
2019-11-08 Yuki OkushiRollup merge of #65554 - gliderkite:bufreader-doc-enhan...
2019-11-08 borsAuto merge of #64882 - ehuss:stabilize-bare-extern...
2019-11-07 borsAuto merge of #66189 - Centril:rollup-3bsf45s, r=Centril
2019-11-07 Vadim Petrochenkovrustc_metadata: Rename `schema` to `rmeta`
2019-11-07 Vadim Petrochenkovrustc_metadata: Privatize more entities
2019-11-07 Vadim Petrochenkovrustc_metadata: Privatize everything in decoder
2019-11-07 Vadim Petrochenkovrustc_metadata: Move cstore_impl into mod decoder
2019-11-07 Vadim Petrochenkovrustc_metadata: Privatize everything in schema and...
2019-11-07 Vadim Petrochenkovrustc_metadata: Move decoder/encoder/table into mod...
2019-11-07 Eduard-Mihai... rustc_target: inline abi::FloatTy into abi::Primitive.
2019-11-07 Eric HussUpdate for unstable option refactoring.
2019-11-07 Eric HussRemove docs on --extern metadata precedence.
2019-11-07 Eric HussAdd test for --extern alloc=librustc.rlib
2019-11-07 Eric HussUpdate src/test/ui-fulldeps/pathless-extern-unstable.rs
2019-11-07 Eric HussUpdate extern linking documentation.
2019-11-07 Eric HussUpdate built-in help for --extern.
2019-11-07 Eric HussAdd more --extern tests.
2019-11-07 Eric HussStabilize --extern flag without a path.
2019-11-07 Mazdak FarrokhzadRollup merge of #66182 - RalfJung:invalid-value, r...
2019-11-07 Mazdak FarrokhzadRollup merge of #66087 - tmiasko:ui-mode, r=Centril
2019-11-07 Mazdak FarrokhzadRollup merge of #65916 - Centril:split-syntax-3, r...
2019-11-07 Mazdak FarrokhzadRollup merge of #64696 - GuillaumeGomez:rustdoc-sub...
2019-11-07 Mazdak FarrokhzadRollup merge of #63793 - oli-obk:🧹, r=dtolnay
2019-11-07 Mazdak Farrokhzadmove syntax::{parse::literal -> util::literal}
2019-11-07 Mazdak Farrokhzadmove syntax::parse::lexer::comments -> syntax::util...
2019-11-07 Mazdak Farrokhzadsyntax::attr: remove usage of lexer
2019-11-07 Mazdak Farrokhzadmove parse::classify -> util::classify
2019-11-07 Mazdak Farrokhzadmove PResult to librustc_errors
2019-11-07 Mazdak Farrokhzadsyntax::parser::token -> syntax::token
2019-11-07 Mazdak Farrokhzadmove unescape_error_reporting to lexer/
2019-11-07 Mazdak Farrokhzadsyntax: simplify imports
2019-11-07 Mazdak Farrokhzadmove parse/parser.rs -> parse/parser/mod.rs
2019-11-07 Simon SapinMaybeUninit::uninit_array docs: better example
2019-11-07 Simon SapinApply docs suggestions from review
2019-11-07 Simon SapinAdd `MaybeUninit` methods `uninit_array`, `slice_get_re...
2019-11-07 Guillaume GomezOnly call onHashChange instead of both functions
2019-11-07 Ralf Junginvalid_value lint: fix help text
2019-11-07 Guillaume GomezRemove old isHidden function
2019-11-07 borsAuto merge of #66180 - Centril:rollup-c1ji943, r=Centril
2019-11-07 Mazdak FarrokhzadRollup merge of #66017 - LukasKalbertodt:array-into...
2019-11-07 Mazdak FarrokhzadRollup merge of #65974 - Centril:matcher-friendly-gatin...
2019-11-07 Mazdak FarrokhzadRollup merge of #65884 - Centril:non-hardcoded-abis...
2019-11-07 Mazdak FarrokhzadRollup merge of #65752 - estebank:sugg, r=Centril
2019-11-07 Mazdak FarrokhzadRollup merge of #59789 - eddyb:typeck-reverts, r=nikoma...
2019-11-07 Tomasz MiąskoUse -Zsave-analysis when compiling issue-37323.rs
2019-11-07 Mazdak Farrokhzadsyntax: use distinct FloatTy from rustc_target.
2019-11-07 Mazdak Farrokhzadtest that extern lits accept raw strings annd escapes
2019-11-07 Mazdak Farrokhzadtest that parser is oblivious to set of ABIs
2019-11-07 Mazdak Farrokhzadparser: allow ABIs from literal macro fragments
2019-11-07 Mazdak Farrokhzadcleanup can_begin_const_arg
2019-11-07 Mazdak Farrokhzadparser: don't hardcode ABIs into grammar
2019-11-07 borsAuto merge of #66175 - JohnTitor:rollup-ihqk5vn, r...
2019-11-07 Umesh KalappaIgnore these tests ,since the called commands doesn...
2019-11-07 Yuki OkushiRollup merge of #66171 - JohnTitor:update-link, r=ehuss
2019-11-07 Yuki OkushiRollup merge of #66162 - Darksonn:master, r=ehuss
2019-11-07 Yuki OkushiRollup merge of #66147 - RalfJung:no-scalar-ptr, r...
2019-11-07 Yuki OkushiRollup merge of #66146 - 3442853561:patch-2, r=Mark...
2019-11-07 Yuki OkushiRollup merge of #66117 - olegnn:fixed_linked_list_marke...
2019-11-07 Yuki OkushiRollup merge of #66114 - golddranks:improve_thread_docs...
2019-11-07 Yuki OkushiRollup merge of #66111 - RalfJung:from_raw_parts, r...
2019-11-07 Yuki OkushiRollup merge of #66084 - petrochenkov:x86arm, r=alexcri...
2019-11-07 Yuki OkushiRollup merge of #66076 - RalfJung:qpath, r=davidtwco...
2019-11-07 Yuki OkushiRollup merge of #66044 - RalfJung:uninit-lint, r=oli-obk
2019-11-07 Yuki OkushiRollup merge of #65945 - tmiasko:long-linker-command...
2019-11-07 Yuki OkushiRollup merge of #65794 - Centril:unimpl-internal, r...
2019-11-07 borsAuto merge of #65750 - nnethercote:cheaper-doc-comments...
2019-11-06 Yuki OkushiFix other broken link
2019-11-06 Yuki OkushiUpdate link on CONTRIBUTING.md
2019-11-06 borsAuto merge of #65728 - ecstatic-morse:promotion-const...
2019-11-06 Esteban Küberreview comments
2019-11-06 Esteban KüberSuggest missing item from `trait` in `impl`
2019-11-06 Pyry KontioTry with crate::error::Error
2019-11-06 Alice RyhlFix broken link in README
2019-11-06 Dylan MacKenzieAdd test for promotability in `let`
2019-11-06 Dylan MacKenzieRemove `IsNotPromotable` and `IsNotImplicitlyPromotable`
2019-11-06 Dylan MacKenzieRemove `promotion_candidates` from `Checker`
2019-11-06 Dylan MacKenzieRemove `valid_promotion_candidates`
2019-11-06 Srinivas Reddy... using 2.0.log(2.0) in examples does not make it clear...
2019-11-06 Lukas KalbertodtReplace `array.into_iter()` with `iter()` in `libtest...
2019-11-06 Lukas KalbertodtAdd UI test for `array.into_iter()` lint
2019-11-06 Lukas KalbertodtAdd future incompatibility lint for `array.into_iter()`
2019-11-06 borsAuto merge of #65134 - davidtwco:issue-19834-improper...
2019-11-06 Nicholas NethercoteMake doc comments cheaper with `AttrKind`.
2019-11-06 Nicholas NethercoteRemove unnecessary `Deref` impl for `Attribute`.
2019-11-06 Mazdak Farrokhzadrollback gating for failing macro matchers
2019-11-06 Mazdak Farrokhzadrevamp pre-expansion gating infra
2019-11-06 Ralf JungFix markdown link
2019-11-06 Oliver SchererThe unsafety in `iter.rs` is already documented wonderfully
2019-11-06 Oliver SchererRebase fallout
2019-11-06 Oliver SchererSilence a deprecation warning
next