]> git.lizzy.rs Git - rust.git/history - src
ICH: Handle case of removed FileMaps.
[rust.git] / src /
2017-05-10 Michael WoeristerICH: Handle case of removed FileMaps.
2017-05-10 borsAuto merge of #41659 - bluss:clone-split-whitespace...
2017-05-09 borsAuto merge of #41548 - brson:relnotes, r=brson
2017-05-09 borsAuto merge of #41830 - jonhoo:update-cargo, r=alexcrichton
2017-05-09 borsAuto merge of #41814 - gamazeps:thread-struct-doc,...
2017-05-09 Jon GjengsetBump cargo for rust-lang/cargo#4000
2017-05-09 Felix RaimundoAddress review comments
2017-05-09 borsAuto merge of #41709 - michaelwoerister:close-metadata...
2017-05-09 Michael WoeristerAdd INVALID_CRATE CrateNum constant.
2017-05-09 borsAuto merge of #41777 - nikomatsakis:issue-41697-mir...
2017-05-09 borsAuto merge of #41846 - frewsxcv:rollup, r=frewsxcv
2017-05-09 Corey FarwellRollup merge of #41842 - Migi:patch-1, r=eddyb
2017-05-09 Corey FarwellRollup merge of #41838 - z1mvader:fix_fn_args_coerce_cl...
2017-05-09 Corey FarwellRollup merge of #41836 - jz0425:master, r=frewsxcv
2017-05-09 Corey FarwellRollup merge of #41833 - nrc:update, r=nagisa
2017-05-09 Corey FarwellRollup merge of #41828 - arielb1:lvalue-ops, r=eddyb
2017-05-09 Corey FarwellRollup merge of #41827 - qnighy:allow-bare-cr-in-nondoc...
2017-05-09 Corey FarwellRollup merge of #41520 - estebank:trace-macro, r=nikoma...
2017-05-09 Corey FarwellRollup merge of #41293 - est31:floating_literal_match...
2017-05-09 Jing ZhaoUpdate rustc-ux-guidelines.md
2017-05-08 MigiFix typo in subst.rs
2017-05-08 borsAuto merge of #41515 - eddyb:non-static-assoc-const...
2017-05-08 Christian Povedamassive refactor
2017-05-08 Christian Povedaadded test
2017-05-08 Christian Povedafirst part of issue-40000.rs is now passing
2017-05-08 Christian Povedadividied closure-no-fn.rs into three different tests
2017-05-08 Jing ZhaoGrammar fixes to rustc-ux-guidelines.md
2017-05-08 Niko Matsakisdump-mir was causing cycles by invoking item-path-str...
2017-05-08 Christian Povedainferring expected types of closure arguments when...
2017-05-08 Nick CameronUpdate save-analysis deps and RLS submodule
2017-05-08 borsAuto merge of #41824 - Mark-Simulacrum:undo-yacc-remova...
2017-05-08 Mark SimulacrumRe-add LALR grammar.
2017-05-08 Ariel Ben-Yehudatry to fix lvalue ops for real
2017-05-08 Masaki HaraAllow bare CR in ////-style comment.
2017-05-08 borsAuto merge of #41745 - oli-obk:diagnostics, r=jonathand...
2017-05-08 Oliver SchneiderRemove need for &format!(...) or &&"" dances in `span_l...
2017-05-08 Michael Woeristerincr.comp.: Hash more pieces of crate metadata to detec...
2017-05-08 borsAuto merge of #41818 - michaelwu:hvx-v60, r=nagisa
2017-05-07 borsAuto merge of #41729 - ubsan:master, r=nrc
2017-05-07 Michael WuAdd support for Hexagon v60 HVX intrinsics
2017-05-07 borsAuto merge of #41811 - gamazeps:thread-panicking-doc...
2017-05-07 Felix RaimundoUpdate the `thread::Thread` documentation.
2017-05-07 Felix RaimundoAdd stack size doc to `thread::spawn`.
2017-05-07 Felix RaimundoImprove `thread::panicking` documentaion.
2017-05-07 borsAuto merge of #41791 - Mark-Simulacrum:doc-guidelines...
2017-05-07 borsAuto merge of #40857 - estebank:recursive, r=arielb1
2017-05-07 borsAuto merge of #41785 - Mark-Simulacrum:issue-41783...
2017-05-07 borsAuto merge of #41784 - frewsxcv:slice-clone-copy-links...
2017-05-07 ubsanfix the easy features in libsyntax
2017-05-07 borsAuto merge of #41676 - sirideain:expand-macro-recursion...
2017-05-07 borsAuto merge of #41668 - kennytm:fix-issue-41652, r=jonat...
2017-05-07 Mark SimulacrumAllow # to appear in rustdoc code output.
2017-05-06 borsAuto merge of #41787 - jsheard:ulongptr, r=alexcrichton
2017-05-06 Mark SimulacrumMinor cleanup of UX guidelines.
2017-05-06 borsAuto merge of #41786 - acdenisSK:an_to_a, r=frewsxcv
2017-05-06 borsAuto merge of #41788 - TimNN:trigger-llvm, r=Mark-Simul...
2017-05-06 Corey FarwellAdd links between `slice::{copy,clone}_from_slice`...
2017-05-06 acdenisSKUpdate the .stderr file for the "an" changes
2017-05-06 Tim Neumanntrigger llvm rebuild
2017-05-06 Eduard-Mihai Burtescurustc: treat const bodies like fn bodies in middle...
2017-05-06 Joshua SheardFix definitions of ULONG_PTR
2017-05-06 acdenisSKFix "an" usage
2017-05-06 Esteban KüberGroup "macro expansion" notes per call span
2017-05-06 Esteban KüberMove logic to `is_representable` instead of climbing HIR
2017-05-06 borsAuto merge of #41768 - rap2hpoutre:patch-4, r=frewsxcv
2017-05-05 borsAuto merge of #41773 - frewsxcv:rollup, r=frewsxcv
2017-05-05 Esteban KüberUse diagnostics for trace_macro instead of println
2017-05-05 Corey FarwellRollup merge of #41763 - frewsxcv:unicode-py, r=alexcri...
2017-05-05 Corey FarwellRollup merge of #41761 - euclio:24106-test, r=estebank
2017-05-05 Corey FarwellRollup merge of #41734 - nikomatsakis:incr-comp-refacto...
2017-05-05 Corey FarwellRollup merge of #41722 - F001:warnTilde, r=petrochenkov
2017-05-05 Corey FarwellRollup merge of #41678 - GuillaumeGomez:rustdoc-test...
2017-05-05 Corey FarwellRollup merge of #41582 - jonhoo:reread-nameservers...
2017-05-05 Corey FarwellRollup merge of #41512 - alexcrichton:fix-windows-tls...
2017-05-05 Corey FarwellRollup merge of #41307 - GuillaumeGomez:jquery-removal...
2017-05-05 Corey FarwellRollup merge of #41064 - Gankro:ptr-redux, r=alexcrichton
2017-05-05 borsAuto merge of #41769 - alexcrichton:fix-doc-test, r...
2017-05-05 Niko Matsakischange various uses of `item_variances` to `variances_of`
2017-05-05 Alex Crichtonstd: Prevent deadlocks in doctests on Windows
2017-05-05 borsAuto merge of #41765 - brson:installer, r=alexcrichton
2017-05-05 Alex Crichtonstd: Avoid locks during TLS destruction on Windows
2017-05-05 Raphaël HuchetUpdate mod.rs
2017-05-05 Raphaël HuchetAdd an example to std::thread::Result type
2017-05-05 F001Suggest `!` for bitwise negation when encountering...
2017-05-05 Guillaume GomezAdd Options type in libtest and remove argument
2017-05-05 Brian AndersonUpdate rust-installer to fix rust-lang-nursery/rustup...
2017-05-05 Jon GjengsetReload nameserver information on lookup failure
2017-05-05 borsAuto merge of #41762 - frewsxcv:rollup, r=frewsxcv
2017-05-05 Alexis Beingessnerupdate to latest nomicon
2017-05-05 Alexis BeingessnerDeprecate heap::EMPTY in favour of Unique::empty or...
2017-05-05 Alexis Beingessnerfallout from NonZero/Unique/Shared changes
2017-05-05 Corey FarwellMove unicode Python script into libstd_unicode crate.
2017-05-05 Esteban KüberOnly point at the fields that cause infinite size
2017-05-05 Esteban KüberPoint at fields that make the type recursive
2017-05-05 Corey FarwellRollup merge of #41754 - nikomatsakis:incr-comp-cleanup...
2017-05-05 Corey FarwellRollup merge of #41749 - frewsxcv:option-simplify-types...
2017-05-05 Corey FarwellRollup merge of #41746 - tommyip:master, r=petrochenkov
2017-05-05 Corey FarwellRollup merge of #41741 - rap2hpoutre:patch-3, r=stevekl...
2017-05-05 borsAuto merge of #41751 - alexcrichton:unstable-flags...
2017-05-04 Andy Russelladd regression test for issue #24106
next