about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-05-15Add links to the `thread::LocalKey` doc.Felix Raimundo-15/+30
2017-05-13Auto merge of #41920 - arielb1:inline-drop, r=eddybbors-1/+67
2017-05-13add min-llvm-versionAriel Ben-Yehuda-0/+1
2017-05-13Auto merge of #41965 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-384/+475
2017-05-13Auto merge of #41861 - arthurprs:update-jemalloc, r=alexcrichtonbors-23/+1
2017-05-13Auto merge of #41847 - alexcrichton:less-unstable-annotations, r=eddybbors-140/+201
2017-05-12Rollup merge of #41951 - Eijebong:master, r=GuillaumeGomezMark Simulacrum-0/+1
2017-05-12Rollup merge of #41943 - malbarbo:android-openssl, r=alexcrichtonMark Simulacrum-0/+17
2017-05-12Rollup merge of #41942 - tommyip:master, r=Mark-SimulacrumMark Simulacrum-1/+4
2017-05-12Rollup merge of #41940 - est31:master, r=eddybMark Simulacrum-0/+3
2017-05-12Rollup merge of #41935 - iKevinY:detect-empty-files, r=Mark-SimulacrumMark Simulacrum-0/+5
2017-05-12Rollup merge of #41934 - est31:remove_unused_macros, r=nagisaMark Simulacrum-96/+1
2017-05-12Rollup merge of #41923 - eddyb:issue-41744, r=arielb1Mark Simulacrum-2/+21
2017-05-12Rollup merge of #41921 - GuillaumeGomez:fix-search-style, r=steveklabnikMark Simulacrum-0/+3
2017-05-12Rollup merge of #41918 - brson:lic, r=alexcrichtonMark Simulacrum-5/+8
2017-05-12Rollup merge of #41916 - mglagla:typo, r=sfacklerMark Simulacrum-1/+1
2017-05-12Rollup merge of #41912 - oli-obk:patch-3, r=eddybMark Simulacrum-24/+23
2017-05-12Rollup merge of #41896 - tshepang:too-long, r=steveklabnikMark Simulacrum-2/+2
2017-05-12Rollup merge of #41876 - oli-obk:diagnosing_diagnostics, r=nagisaMark Simulacrum-257/+392
2017-05-12Rollup merge of #41860 - mbrubeck:docs, r=nagisaMark Simulacrum-6/+4
2017-05-12Rollup merge of #41820 - devurandom:patch-1, r=alexcrichtonMark Simulacrum-1/+1
2017-05-13Auto merge of #41955 - alexcrichton:update-sccache, r=eddybbors-39/+39
2017-05-12Auto merge of #41926 - arielb1:box-mir, r=eddybbors-40/+41
2017-05-12Add tidy check to detect empty filesKevin Yap-0/+5
2017-05-12Update sccache binaries to mozilla/sccache@d3627d766Alex Crichton-39/+39
2017-05-12rustdoc: Break words in the location box of the sidebar.Bastien Orivel-0/+1
2017-05-12Fix unexpected panic with the -Z treat-err-as-bug optionTommy Ip-1/+4
2017-05-12config.toml.example: add note that optimize = false won't speed up a full boo...est31-0/+3
2017-05-12Don't use a DUMMY_SP for reporting issues with crate importsOliver Schneider-1/+1
2017-05-12Weave the span of an import through the resolve codeOliver Schneider-64/+101
2017-05-12Remove some unused macros from the rust codebaseest31-96/+1
2017-05-12Auto merge of #41757 - alexcrichton:stabilize-crt-static, r=japaricbors-28/+16
2017-05-12Auto merge of #41716 - nikomatsakis:issue-41677, r=arielb1bors-81/+249
2017-05-11rustc: Remove #![unstable] annotationAlex Crichton-97/+121
2017-05-11rustbuild: Use `-Z force-unstable-if-unmarked`Alex Crichton-2/+18
2017-05-12box large variants in MIRAriel Ben-Yehuda-40/+41
2017-05-11Auto merge of #41684 - jethrogb:feature/ntstatus, r=alexcrichtonbors-3/+38
2017-05-12rustc_trans: do not attempt to truncate an i1 const to i1.Eduard-Mihai Burtescu-2/+21
2017-05-11Fix search when looking to sourcesGuillaume Gomez-0/+3
2017-05-11remove the #[inline] attribute from drop_in_placeAriel Ben-Yehuda-1/+66
2017-05-11Annotate the license exceptionsBrian Anderson-5/+8
2017-05-11correct various error messages that changedNiko Matsakis-10/+9
2017-05-11add a WF obligation if a type variable appears in bivariant positionNiko Matsakis-18/+106
2017-05-11replace the type generalizer with one based on varianceNiko Matsakis-65/+146
2017-05-11Fix typo in size_hint example commentMartin Glagla-1/+1
2017-05-11Auto merge of #41913 - nikomatsakis:issue-41849-variance-cycle, r=eddybbors-23/+84
2017-05-11Add testJethro Beekman-0/+14
2017-05-11Upgrade some comments to doc commentsOliver Schneider-24/+23
2017-05-11do not fetch variance for items when equatingNiko Matsakis-23/+84
2017-05-11Auto merge of #41864 - malbarbo:android-docker, r=alexcrichtonbors-5/+284