]> git.lizzy.rs Git - rust.git/history - src
Adjust overlap-related tests to account for cosmetic changes to error reporting behavior
[rust.git] / src /
2016-03-14 Aaron TuronAdjust overlap-related tests to account for cosmetic...
2016-03-14 Aaron TuronAdd tests for specialization on associated types
2016-03-14 Aaron TuronImplement default associated type inheritance.
2016-03-14 Aaron TuronCheck for proper use of `default` keyword in specializi...
2016-03-14 Aaron TuronAdd basic specialization tests, including for default...
2016-03-14 Aaron TuronImplement default method inheritance.
2016-03-14 Aaron TuronAdd subst helper for inheriting FnSpace from another...
2016-03-14 Aaron TuronInitial incorporation of specialization:
2016-03-14 Aaron TuronAdd specialization module.
2016-03-14 Aaron TuronRefactor `impl_trait_ref_and_oblig`, making it generall...
2016-03-14 Aaron TuronHook `default` keyword into metadata and carry data...
2016-03-14 Aaron TuronAdd `default` as contextual keyword, and parse it for...
2016-03-14 Aaron TuronRemove useless vector accumulation in `type_vars_for_defs`
2016-03-14 Aaron TuronFix existing comment typo.
2016-03-14 borsAuto merge of #30587 - oli-obk:eager_const_eval2, r...
2016-03-14 borsAuto merge of #32233 - Amanieu:volatile_store, r=eddyb
2016-03-14 borsAuto merge of #32232 - jonas-schievink:issue31511,...
2016-03-14 Oliver Schneiderrustbuild
2016-03-14 borsAuto merge of #32231 - ruud-v-a:avx-cmp-blend, r=alexcr...
2016-03-14 borsAuto merge of #32226 - andoriyu:patch-2, r=alexcrichton
2016-03-13 borsAuto merge of #32211 - achanda:ipv6-global, r=alexcrichton
2016-03-13 Jonas SchievinkFix test fallout
2016-03-13 borsAuto merge of #32227 - jseyfried:fix_import_resolution_...
2016-03-13 Amanieu d'AntrasFix LLVM assert with write_volatile
2016-03-13 borsAuto merge of #32184 - ollie27:win_stdout, r=alexcrichton
2016-03-13 Jonas SchievinkGive a more accurate error on thin-to-fat ptr cast
2016-03-13 borsAuto merge of #32229 - Manishearth:rollup, r=Manishearth
2016-03-13 Ruud van AsseldonkRegenerate x86 platform intrinsics
2016-03-13 Ruud van AsseldonkDefine AVX blend intrinsics
2016-03-13 Ruud van AsseldonkDefine AVX comparison intrinsics
2016-03-13 Manish GoregaokarRollup merge of #32218 - cantino:minor_book_typo_fixes...
2016-03-13 Manish GoregaokarRollup merge of #32212 - Manishearth:ice-cu, r=eddyb
2016-03-13 Manish GoregaokarRollup merge of #32179 - srinivasreddy:remove_int_suffi...
2016-03-13 Manish GoregaokarRollup merge of #32164 - nikomatsakis:fewer-errors...
2016-03-13 borsAuto merge of #31916 - nagisa:mir-passmgr-2, r=arielb1
2016-03-13 Jeffrey SeyfriedAdd regression test for #32222
2016-03-13 Jeffrey SeyfriedFixes #32222
2016-03-13 Jeffrey SeyfriedRefactor out methods `NameResolution::increment_outstan...
2016-03-13 borsAuto merge of #32182 - bluss:string-from-is-str-owned...
2016-03-13 Ulrik SverdrupCall str::to_owned in String::from and uninline it
2016-03-13 Andrey CherkashinFix. FreeBSD snapshot
2016-03-13 borsAuto merge of #32141 - jseyfried:fix_resolution_in_lexi...
2016-03-13 borsAuto merge of #32217 - alexcrichton:fix-make-dist,...
2016-03-13 borsAuto merge of #32140 - ruud-v-a:avx-intrinsics, r=alexc...
2016-03-12 Abhishek ChandaReject unspecified and loopback IP from global
2016-03-12 borsAuto merge of #32112 - alexcrichton:fix-issues, r=aturon
2016-03-12 Andrew CantinoFix minor typos in doc.rust-lang.org/book
2016-03-12 Alex Crichtonstd: Clean out deprecated APIs
2016-03-12 borsAuto merge of #32193 - eddyb:stage1-is-useful-mkay...
2016-03-12 Simonas KazlauskasImplement --unpretty mir-cfg for graphviz output
2016-03-12 borsAuto merge of #32142 - mitaa:rdoc-maybe-inline-local...
2016-03-12 Eduard BurtescuStatically link run-pass/command-before-exec so it...
2016-03-12 Manish GoregaokarDon't allow values for codegen-units less than 1 (fixes...
2016-03-12 Alex Crichtonstd: Add a tracking issue for Peekable::is_empty
2016-03-12 Alex Crichtoncore: Make a new tracking issue for prelude traits
2016-03-12 Alex Crichtoncore: Mark Wrapping impls as stable
2016-03-12 Alex Crichtonstd: Remove unstable from ReentrantMutex
2016-03-12 Alex Crichtontest: Move some test outputs into $(TMPDIR)
2016-03-12 Alex Crichtonalloc: Add unstable issue for FnBox APIs
2016-03-12 borsAuto merge of #31925 - aturon:inherent-overlap, r=nikom...
2016-03-12 Oliver MiddletonFurther simplify Windows stdout/stderr
2016-03-12 srinivasreddyRemoved integer suffixes in libsyntax crate
2016-03-12 borsAuto merge of #32200 - Manishearth:rollup, r=Manishearth
2016-03-12 Manish GoregaokarRollup merge of #32197 - andoriyu:patch-1, r=alexcrichton
2016-03-12 Manish GoregaokarRollup merge of #32186 - srinivasreddy:libcoretest...
2016-03-12 Manish GoregaokarRollup merge of #32183 - bluss:doc-index, r=alexcrichton
2016-03-12 Manish GoregaokarRollup merge of #32181 - srinivasreddy:librustfront...
2016-03-12 Manish GoregaokarRollup merge of #32180 - srinivasreddy:type_check_lib...
2016-03-11 Jeffrey SeyfriedComment `resolve_item_in_lexical_scope`
2016-03-11 borsAuto merge of #32132 - arcnmx:cargobuild-std-target...
2016-03-11 Aaron TuronAdjust rustdoc test for new restriction
2016-03-11 Manish GoregaokarRollup merge of #32178 - naltun:patch-1, r=steveklabnik
2016-03-11 Manish GoregaokarRollup merge of #32174 - cmbrandenburg:spell_fix, r...
2016-03-11 Manish GoregaokarRollup merge of #32171 - frewsxcv:compiletest, r=alexcr...
2016-03-11 Manish GoregaokarRollup merge of #32158 - seanmonstar:dead-associated...
2016-03-11 Manish GoregaokarRollup merge of #32137 - nathankleyn:improve-docs-for...
2016-03-11 Aaron TuronAdjust tests to new error message
2016-03-11 Aaron TuronAdd regression test for duplicate items in overlapping...
2016-03-11 Aaron TuronForbid items with the same name being defined in overla...
2016-03-11 Aaron TuronIntroduce `ImplHeader`
2016-03-11 Andrey CherkashinAdd FreeBSD amd64 snapshot
2016-03-11 borsAuto merge of #32134 - jseyfried:forbid_type_alias_as_m...
2016-03-11 borsAuto merge of #32133 - alexcrichton:linkchecker, r...
2016-03-11 Oliver Schneiderundo changes to run-pass tests that aren't errors anymore
2016-03-11 borsAuto merge of #32034 - alexcrichton:old-x86-msvc, r...
2016-03-11 borsAuto merge of #32121 - GuillaumeGomez:help_e0514, r=cmr
2016-03-11 srinivasreddycleanup int suffixes in libcoretest
2016-03-11 borsAuto merge of #32102 - alexcrichton:assert-safe-closure...
2016-03-10 Oliver MiddletonSimplify Windows stdout/stderr
2016-03-10 borsAuto merge of #32117 - mitaa:patch-3, r=alexcrichton
2016-03-10 Oliver MiddletonFixup stout/stderr on Windows
2016-03-10 Ulrik SverdrupClarify doc for slice slicing (Index impls)
2016-03-10 srinivasreddyremoved suffixes for librustc_front
2016-03-10 borsAuto merge of #32107 - Stebalien:partial-write, r=alexc...
2016-03-10 srinivasreddyremoved integer constants in librustc_typeck
2016-03-10 NoahUpdate getting-started.md
2016-03-10 borsAuto merge of #32101 - SimonSapin:patch-11, r=alexcrichton
2016-03-10 Oliver Schneiderbreak enum variant discriminant inference in case of...
2016-03-10 borsAuto merge of #32173 - steveklabnik:rollup, r=steveklabnik
2016-03-10 Craig M. BrandenburgSpell fixes for std::ffi doc comments
next