about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-03-11rustbuild: Make save-analysis an optionTatsuyuki Ishi-10/+10
2017-03-11Auto merge of #39648 - Aatch:mir-inlining-2, r=eddybbors-8/+1505
2017-03-11Auto merge of #40432 - alexcrichton:rollup, r=alexcrichtonbors-892/+962
2017-03-10Test fixes and rebase conflictsAlex Crichton-1/+1
2017-03-10Rollup merge of #40423 - DirkyJerky:patch-2, r=BurntSushiAlex Crichton-1/+1
2017-03-10Rollup merge of #40410 - clarcharr:os_string_shrink_to_fit, r=alexcrichtonAlex Crichton-0/+25
2017-03-10Rollup merge of #40389 - F001:placementVecDeque, r=nagisaAlex Crichton-26/+184
2017-03-10Rollup merge of #40386 - tbu-:pr_display_frombyteswithnulerror, r=alexcrichtonAlex Crichton-6/+40
2017-03-10Rollup merge of #40379 - clarcharr:box_docs, r=brsonAlex Crichton-0/+2
2017-03-11Auto merge of #40422 - alexcrichton:retry-linker-segfault, r=arielb1bors-1/+47
2017-03-10Rollup merge of #40336 - alexcrichton:fast-dep-info, r=nrcAlex Crichton-0/+23
2017-03-10Rollup merge of #40324 - alexcrichton:sccache-errors, r=aturonAlex Crichton-1/+5
2017-03-10Rollup merge of #40311 - nrc:save-proc-macro-attr, r=jseyfriedAlex Crichton-2/+16
2017-03-10Rollup merge of #40297 - alexcrichton:fix-submodules, r=brsonAlex Crichton-675/+28
2017-03-10Rollup merge of #40287 - estebank:label-overlap, r=nrcAlex Crichton-28/+61
2017-03-10Rollup merge of #40278 - GuillaumeGomez:css-cleanup, r=frewsxcvAlex Crichton-58/+89
2017-03-10Rollup merge of #40277 - rkruppe:llvm-parallel-link-jobs, r=alexcrichtonAlex Crichton-0/+17
2017-03-10Rollup merge of #40261 - infinity0:patch-1, r=alexcrichtonAlex Crichton-1/+1
2017-03-10Rollup merge of #40259 - TimNN:fix-emscripten-tests, r=alexcrichtonAlex Crichton-1/+1
2017-03-10Rollup merge of #40239 - nagisa:death-to-plugins, r=nikomatsakisAlex Crichton-91/+1
2017-03-10Rollup merge of #40225 - shepmaster:restore-build-date-file, r=alexcrichtonAlex Crichton-3/+14
2017-03-10Rollup merge of #40092 - sinkuu:fix_suggestion_index, r=pnkfelixAlex Crichton-1/+29
2017-03-10Rollup merge of #39918 - petrhosek:fuchsia-ci, r=alexcrichtonAlex Crichton-3/+190
2017-03-10Rollup merge of #39820 - jonasbb:export-attributes, r=nrcAlex Crichton-5/+102
2017-03-10Don't put Cargo into the rustc workspaceAlex Crichton-675/+28
2017-03-10Clarify docs in `VecDeque::resize`Geoff Yoerger-1/+1
2017-03-10OsString::shrink_to_fit.Clar Charr-0/+25
2017-03-10rustc: Support auto-retry linking on a segfaultAlex Crichton-1/+47
2017-03-10travis: Fuchsia builderPetr Hosek-3/+190
2017-03-10rustc: Exit quickly on only `--emit dep-info`Alex Crichton-0/+23
2017-03-10Expect macro defs in save-analysis and add expn info to spans for attr proc m...Nick Cameron-2/+16
2017-03-10Fix incorrect span label formattingEsteban Küber-28/+61
2017-03-10Support armhf abi on 64-bit ARM cpusXimin Luo-1/+1
2017-03-10Remove ability for plugins to register a MIR passSimonas Kazlauskas-91/+1
2017-03-10Move remove_docs_from_attrs into lowering stepJonas Bushart-41/+36
2017-03-10Store attributes as stringsJonas Bushart-74/+11
2017-03-10Export attributes in save-analysis dataJonas Bushart-6/+171
2017-03-10Point to enclosing block/fn on nested unsafeEsteban Küber-1/+144
2017-03-10travis: Attempt to debug sccache failuresAlex Crichton-1/+5
2017-03-10Auto merge of #39518 - alexcrichton:update-cargo, r=arielb1bors-3/+39
2017-03-10Only run inlining if mir opts are enabledJames Miller-1/+1
2017-03-10Add dep-graph tasks where neededJames Miller-16/+10
2017-03-10Initial implementation of inlining for MIRJames Miller-6/+1473
2017-03-10Fix recursion depth counting in `layout`James Miller-2/+3
2017-03-10Add extra methods to IndexVec and implement TypeFoldable for itJames Miller-0/+35
2017-03-09travis: Split the linux-tested-targets builderAlex Crichton-21/+85
2017-03-09Clean up rustdoc cssGuillaume Gomez-58/+89
2017-03-09rustc: Prefer loading crates in the sysrootAlex Crichton-0/+28
2017-03-09rustbuild: Use copies instead of hard linksAlex Crichton-3/+11
2017-03-09Implement placement-in protocol for and `VecDeque`Charlie Fan-26/+184