about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-01use for (idx, item) in iter.enumerate() instead of manually counting loop i...Matthias Krüger-7/+4
2020-03-01use subdsec_micros() instead of subsec_nanos() / 1000Matthias Krüger-1/+1
2020-03-01use starts_with() instead of chars().next() == Some(x)Matthias Krüger-1/+1
2020-03-01Auto merge of #69380 - Zoxc:parent-module, r=michaelwoeristerbors-21/+25
2020-03-01Auto merge of #69606 - JohnTitor:rollup-i3nrrcf, r=JohnTitorbors-309/+368
2020-03-01Rollup merge of #69605 - JohnTitor:opt-def-id, r=petrochenkovYuki Okushi-7/+9
2020-03-01Rollup merge of #69583 - LeSeulArtichaut:ice-69378, r=CentrilYuki Okushi-0/+18
2020-03-01Rollup merge of #69580 - matthiaskrgr:map_clone, r=CentrilYuki Okushi-27/+26
2020-03-01Rollup merge of #69579 - petrochenkov:noprevspan, r=CentrilYuki Okushi-214/+231
2020-03-01Rollup merge of #69562 - ecstatic-morse:dataflow-generator-discriminant, r=ol...Yuki Okushi-54/+72
2020-03-01Rollup merge of #69549 - mati865:mingw, r=kennytmYuki Okushi-1/+10
2020-03-01Rollup merge of #69397 - tmiasko:llvm-version-suffix, r=nagisaYuki Okushi-6/+2
2020-03-01Auto merge of #69295 - ecstatic-morse:unified-dataflow-generators, r=tmandrybors-158/+159
2020-03-01Use `opt_def_id()` over `def_id()`Yuki Okushi-7/+9
2020-03-01Auto merge of #68943 - ecstatic-morse:no-useless-drop-on-enum-variants, r=mat...bors-15/+30
2020-03-01Auto merge of #69592 - petrochenkov:nosyntax, r=Centrilbors-666/+679
2020-02-29Auto merge of #69590 - Dylan-DPC:rollup-i3z0sic, r=Dylan-DPCbors-46/+65
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-637/+650
2020-02-29Rollup merge of #69587 - petrochenkov:reqname, r=CentrilDylan DPC-3/+4
2020-02-29Rollup merge of #69584 - zantysor:fix-saturating-duration-since-comment, r=va...Dylan DPC-1/+1
2020-02-29Rollup merge of #69582 - RalfJung:vec-parts, r=CentrilDylan DPC-7/+15
2020-02-29Rollup merge of #69581 - RalfJung:align_to_mut, r=CentrilDylan DPC-1/+15
2020-02-29Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=CentrilDylan DPC-31/+27
2020-02-29Rollup merge of #69571 - matthiaskrgr:useless_asref, r=CentrilDylan DPC-3/+3
2020-02-29Make it build againVadim Petrochenkov-58/+58
2020-02-29Move directory `libsyntax` -> `librustc_ast`Vadim Petrochenkov-0/+0
2020-02-29Update src/bootstrap/dist.rsMateusz Mikuła-1/+1
2020-02-29Auto merge of #69263 - anyska:blacklist-powerpc-zst, r=nagisabors-7/+15
2020-02-29rustc_parse: Tweak the function parameter name checkVadim Petrochenkov-3/+4
2020-02-29Fix typoRalf Jung-1/+1
2020-02-29use .copied() instead of .map(|x| *x) on iteratorsMatthias Krüger-27/+26
2020-02-29Auto merge of #69260 - GuillaumeGomez:create-E0747-error-code, r=varkor,estebankbors-5/+29
2020-02-29fix aliasing violation in align_to_mutRalf Jung-1/+15
2020-02-29correct comment to match behaviorZan Tysor-1/+1
2020-02-29Add regression testLeSeulArtichaut-0/+17
2020-02-29Do not ICE on invalid type nodeLeSeulArtichaut-0/+1
2020-02-29clarify alignment requirements in Vec::from_raw_partsRalf Jung-1/+5
2020-02-29transmute: improve Vec exampleRalf Jung-6/+10
2020-02-29parser: Remove `Parser::prev_span`Vadim Petrochenkov-10/+12
2020-02-29parser: `prev_span` -> `prev_token.span`Vadim Petrochenkov-204/+219
2020-02-29Auto merge of #69570 - Dylan-DPC:rollup-d6boczt, r=Dylan-DPCbors-141/+152
2020-02-29Auto merge of #69227 - Marwes:buffer_stderr, r=varkorbors-3/+5
2020-02-28Process `RequiresStorage` results in pre-orderDylan MacKenzie-2/+3
2020-02-29Reduce visibility of `get_module_parent_node` and remove `get_module_parent`John Kåre Alsaker-8/+2
2020-02-29Add a `parent_module_from_def_id` queryJohn Kåre Alsaker-14/+24
2020-02-29Auto merge of #69255 - estebank:e0599-details, r=varkorbors-158/+635
2020-02-29use .iter() instead of .into_iter() on references.Matthias Krüger-30/+26
2020-02-29don't use question mark operator on Err(), return the Result directly instead.Matthias Krüger-1/+1
2020-02-29Rollup merge of #69567 - matthiaskrgr:useless_fmt, r=nagisaDylan DPC-45/+44
2020-02-29Rollup merge of #69563 - andre-richter:fix_no_std_match, r=Mark-SimulacrumDylan DPC-1/+1