about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-04-01Add ensure_capacity and rename min to lenJohn Kåre Alsaker-15/+26
2019-04-01wasi: Implement `error_string` to get readable errorsAlex Crichton-2/+15
2019-04-01Use set_lenJohn Kåre Alsaker-2/+2
2019-04-01Support allocating iterators with arenasJohn Kåre Alsaker-16/+129
2019-04-01SGX target: convert a bunch of panics to abortsJethro Beekman-48/+61
2019-04-01Use normal newtype_index macro for MIR dataflowMatthew Jasper-76/+30
2019-04-01resolve all in scope trait aliases, then elaborate their boundsSean McArthur-45/+166
2019-04-01Fix typoAaron Hill-1/+1
2019-04-02renames EvalErrorKind to InterpErrorkenta7777-73/+73
2019-04-01Rollup merge of #59603 - matklad:ptrhash, r=CentrilMazdak Farrokhzad-2/+1
2019-04-01Rollup merge of #59601 - kenta7777:typo-fix, r=CentrilMazdak Farrokhzad-1/+1
2019-04-01Rollup merge of #59595 - mark-i-m:update-rustc-guide, r=steveklabnikMazdak Farrokhzad-0/+0
2019-04-01Rollup merge of #59586 - XAMPPRocky:redirect, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-04-01Rollup merge of #59041 - saleemjaffer:trait_doc_comment_better_error_msg, r=p...Mazdak Farrokhzad-0/+33
2019-04-01Rollup merge of #58919 - estebank:impl-trait-return-lifetime, r=pnkfelixMazdak Farrokhzad-19/+48
2019-04-01Rollup merge of #58507 - Zoxc:time-extended, r=michaelwoeristerMazdak Farrokhzad-21/+26
2019-04-01stabilize ptr::hashAleksey Kladov-2/+1
2019-04-01wasi: Use raw syscalls for stdioAlex Crichton-14/+9
2019-04-01wasi: Load arguments via syscallsAlex Crichton-26/+24
2019-04-01typo fixkenta7777-1/+1
2019-04-01Forward formatter settings to bounds of `Range<T>` in `fmt::Debug` implLukas Kalbertodt-5/+17
2019-03-31Only track 'visited' state for function typesAaron Hill-18/+31
2019-03-31update rustc-guide submodulemark-0/+0
2019-03-31Fix typosAaron Hill-4/+2
2019-03-31Add codegen testAaron Hill-0/+15
2019-03-31Fix inverted panic checkAaron Hill-1/+1
2019-03-31Fix stack overflow when generating debuginfo for 'recursive' typeAaron Hill-17/+108
2019-03-31Auto merge of #59507 - nnethercote:indent-with-SPACES, r=petrochenkovbors-3/+19
2019-04-01Optimize indentation in the pretty printer.Nicholas Nethercote-3/+19
2019-03-31Auto merge of #59577 - dlrobertson:fix_58881, r=nagisabors-13/+23
2019-03-31Fix custom relative libdir.O01eg-11/+36
2019-03-31Fix LLVM IR generated for C-variadic argumentsDan Robertson-13/+23
2019-03-31Rollup merge of #59587 - XAMPPRocky:master, r=CentrilMazdak Farrokhzad-1/+0
2019-03-31Rollup merge of #59583 - oberien:patch-1, r=CentrilMazdak Farrokhzad-0/+16
2019-03-31Rollup merge of #59581 - jmcomets:stabilize-refcell_replace_swap, r=CentrilMazdak Farrokhzad-7/+1
2019-03-31Rollup merge of #59580 - taiki-e:coerce-closure, r=oli-obkMazdak Farrokhzad-27/+50
2019-03-31Rollup merge of #59519 - eddyb:layout-variants-refactor, r=oli-obkMazdak Farrokhzad-134/+193
2019-03-31Rollup merge of #59506 - JohnTitor:improve-mcount, r=nagisaMazdak Farrokhzad-40/+141
2019-03-31Rollup merge of #58805 - fabric-and-ink:redundant_import, r=petrochenkovMazdak Farrokhzad-42/+198
2019-03-31Suggest using anonymous lifetime in `impl Trait` return without hacksEsteban Küber-48/+41
2019-04-01Allow closure to unsafe fn coercionTaiki Endo-27/+50
2019-03-31Fixed URL in cargotest::TEST_REPOSAaron Power-1/+1
2019-03-31Remove #[doc(hidden)] from Error::type_idAaron Power-1/+0
2019-03-31Use `u{1}` instead of `01`Yuki OKUSHI-16/+16
2019-03-31Fixes for shallow borrowsMatthew Jasper-9/+8
2019-03-31Rollup merge of #59574 - JohnTitor:distinguish-error-vs-warning, r=CentrilMazdak Farrokhzad-5/+16
2019-03-31Rollup merge of #59572 - davidtwco:issue-59508, r=varkorMazdak Farrokhzad-38/+140
2019-03-31Fix invalid bounds string generation in rustdocGuillaume Gomez-11/+26
2019-03-31match match match match matchJaro Fietz-0/+16
2019-03-31refcell_replace_swap: remove feature gate & obsolete documentation itemJean-Marie Comets-4/+0