about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-09-02Fix tests againYuki Okushi-72/+542
2019-09-02Fix condition and tests' flagsYuki Okushi-141/+75
2019-09-01review commentsEsteban Küber-53/+57
2019-09-02Fix overflow_checkYuki Okushi-56/+170
2019-09-01Auto merge of #63870 - estebank:async-fn-call, r=oli-obkbors-2102/+1317
2019-09-01review commentsEsteban Küber-4/+5
2019-09-02Add `overflow_check` checkYuki Okushi-8/+6
2019-09-02Replace file_stem by file_name in rustdoc markdownlimira-1/+1
2019-09-02following the same styleGuanqun Lu-2/+2
2019-09-02Add `opt-level` checkYuki Okushi-147/+67
2019-09-01Remove no-prefer-dynamic from valgrind testsMark Rousskov-17/+0
2019-09-01Fix const_err with `-(-0.0)`Yuki Okushi-27/+13
2019-09-01Auto merge of #64057 - Centril:rollup-nwtk2fb, r=Centrilbors-32/+37
2019-09-01librustc_errors: Extract sugg/subst handling into methodPhilipp Hansch-12/+32
2019-09-01Rollup merge of #64042 - juliangehring:string-docs, r=jonas-schievinkMazdak Farrokhzad-4/+4
2019-09-01Rollup merge of #64039 - pickfire:patch-1, r=jonas-schievinkMazdak Farrokhzad-2/+2
2019-09-01Rollup merge of #64032 - andjo403:codegen-units, r=Mark-SimulacrumMazdak Farrokhzad-0/+1
2019-09-01Rollup merge of #64029 - estebank:fix-miri, r=RalfJungMazdak Farrokhzad-4/+6
2019-09-01Rollup merge of #63410 - johnterickson:master, r=joshtriplettMazdak Farrokhzad-22/+24
2019-09-01Account for arbitrary self types in E0599Esteban Küber-26/+144
2019-09-01review commentEsteban Küber-4/+3
2019-09-01Auto merge of #64036 - matthewjasper:kill-borrows-on-self-assign, r=estebankbors-4/+24
2019-09-01remove the unstable rustdoc parameter --linkerAndreas Jonson-31/+6
2019-08-31Rename test locals to work around LLDB bugJoe Ranweiler-8/+8
2019-08-31deduplicate codeEsteban Küber-23/+17
2019-08-31Emit a single error on if expr with expectation and no else clauseEsteban Küber-108/+38
2019-08-31Add x86_64-linux-kernel targetAlex Gaynor-0/+60
2019-08-31Use saturating_subEsteban Küber-4/+6
2019-08-31Fix nll testsEsteban Küber-37/+24
2019-08-31Auto merge of #63703 - tommilligan:warn-empty-doctest, r=ollie27bors-10/+59
2019-08-31Reorder AllocationDefinedness membersAndreas Molzer-2/+3
2019-08-31Fix word repetition in str documentationJulian Gehring-4/+4
2019-08-31Auto merge of #64025 - Wind-River:master_003, r=alexcrichtonbors-324/+0
2019-08-31Add some more tests for underscore importsMatthew Jasper-0/+54
2019-08-31Improve documentation around allocation accessorsAndreas Molzer-8/+13
2019-08-31Update sync condvar doc styleIvan Tham-2/+2
2019-08-31Check impl trait substs when checking for recursive typesMatthew Jasper-2/+96
2019-08-31Slightly clean up the error for recursive `async fn`Matthew Jasper-4/+4
2019-08-31clarify that not all errors are observedJohn Erickson-2/+3
2019-08-31Add in generic type to description of BufReader and BufWriterJohn Erickson-17/+17
2019-08-31Update BufWriter example to include call to flush()John Erickson-6/+7
2019-08-31Kill borrows from assignments after generating new borrowsMatthew Jasper-4/+24
2019-08-31fix rebaseEsteban Küber-1/+1
2019-08-31review comments: reword commentEsteban Küber-4/+4
2019-08-31Suggest call fn ctor passed as arg to fn with type param boundsEsteban Küber-7/+117
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-2058/+1177
2019-08-31Auto merge of #63991 - Centril:unique-improper-ctype, r=rkruppebors-13/+23
2019-08-31Harden param_attrs test wrt. usage of proc macro attrs.Mazdak Farrokhzad-0/+299
2019-08-31qualify_consts: move thread_local condition out.Mazdak Farrokhzad-13/+3
2019-08-31qualify_consts: extract error_min_const_fn_violation.Mazdak Farrokhzad-15/+11