summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-13move ParamEnv methods from `ty/util` to `ty/mod`Niko Matsakis-44/+44
2018-03-13refactor `ParamEnv::empty(Reveal)` into two distinct methodsNiko Matsakis-72/+77
2018-03-13add handy helper for Cell<usize>, used for perf statsNiko Matsakis-0/+10
2018-03-13random reformattingNiko Matsakis-17/+16
2018-03-13comment the purpose of `TransNormalize`Niko Matsakis-0/+4
2018-03-13make regions "traceable" so you can do `infcx.at(..).eq(r1, r2)`Niko Matsakis-22/+23
2018-03-13fix typo in commentNiko Matsakis-1/+1
2018-03-13add `TypeRelation` and `Lift` impls for `Kind`Niko Matsakis-11/+35
2018-03-13improve TypeFoldable/Lift macros and make a bunch of stuff use themNiko Matsakis-813/+551
2018-03-13require `Lifted` types to outlive `'tcx`Niko Matsakis-1/+1
2018-03-13Cache const eval queriesOliver Schneider-1/+81
2018-03-13rustc: Don't invoke `lld` with an `@`-fileAlex Crichton-1/+12
2018-03-13Add hexadecimal formatting of integers with fmt::DebugSimon Sapin-4/+42
2018-03-13Add a section for using assertions into doc tests.Anthony Defranceschi-0/+16
2018-03-13Auto merge of #48958 - alexcrichton:update-rls-rustc, r=sfacklerbors-3/+3
2018-03-12Update -Wall message based on feedbackPhlosioneer-4/+3
2018-03-12Move librustdoc readme to rustc guideMark Mansi-171/+2
2018-03-12Move librustc_typeck READMEs to rustc guideMark Mansi-438/+15
2018-03-12talk about error numbers for compile_fail doctestsQuietMisdreavus-0/+23
2018-03-12add page to the Rustdoc Book about unstable featuresQuietMisdreavus-0/+11
2018-03-12Add missing examplesGuillaume Gomez-2/+134
2018-03-12rustc: Add `sha` to the x86 feature whitelistAlex Crichton-0/+1
2018-03-12Some comments and documentation for name resolution crateMichal 'vorner' Vaner-3/+42
2018-03-12big fences to show that ```rust is the same as ```QuietMisdreavus-0/+4
2018-03-13Rollup merge of #48954 - GuillaumeGomez:missing-links-fmt, r=QuietMisdreavuskennytm-4/+8
2018-03-13Rollup merge of #48898 - GuillaumeGomez:remove-empty-section, r=QuietMisdreavuskennytm-8/+30
2018-03-13Rollup merge of #48631 - focusaurus:remember-collapse-setting, r=QuietMisdreavuskennytm-0/+6
2018-03-13Rollup merge of #48480 - jethrogb:patch-5, r=alexcrichtonkennytm-0/+4
2018-03-12rustc: Start a custom cabi module for wasm32Alex Crichton-1/+40
2018-03-12Update the rls-rustc packageAlex Crichton-3/+3
2018-03-12Fix blink when main theme is selectedGuillaume Gomez-1/+5
2018-03-12Add missing linksGuillaume Gomez-4/+8
2018-03-12Dedupe randBastien Orivel-29/+18
2018-03-12Update libc to 0.2.39Bryan Drewery-0/+0
2018-03-13Rollup merge of #48934 - Phlosioneer:42453-debug-hygene, r=petrochenkovkennytm-1/+18
2018-03-13Rollup merge of #48928 - zackmdavis:span_suggestion_field_day, r=estebankkennytm-29/+46
2018-03-13Rollup merge of #48887 - alexcrichton:update-stdsimd, r=kennytmkennytm-0/+2
2018-03-13Rollup merge of #48880 - petrochenkov:badstderr, r=kennytmkennytm-140/+28
2018-03-13Rollup merge of #48877 - GuillaumeGomez:vec-missing-links, r=QuietMisdreavuskennytm-7/+14
2018-03-13Rollup merge of #48725 - humenda:master, r=nikomatsakiskennytm-56/+23
2018-03-13Rollup merge of #48201 - NovemberZulu:master, r=steveklabnikkennytm-15/+36
2018-03-12Make CStore thread-safeJohn Kåre Alsaker-4/+6
2018-03-12Auto merge of #48770 - bobtwinkles:two_phase_borrows_rewrite, r=pnkfelixbors-600/+572
2018-03-12Make CrateMetadata thread-safeJohn Kåre Alsaker-32/+55
2018-03-12Require the metadata loader to be thread-safeJohn Kåre Alsaker-7/+7
2018-03-12Auto merge of #48295 - Keruspe:master, r=alexcrichtonbors-3/+10
2018-03-12added ascii_ctypes feature to libcore tests module1011X-0/+1
2018-03-12Auto merge of #48938 - alexcrichton:no-leak-makeflags, r=kennytmbors-1/+8
2018-03-12include AsciiExt in tests1011X-1/+2
2018-03-11Remove "and may change between Rust releases"Phlosioneer-11/+11