]> git.lizzy.rs Git - rust.git/history - src
Remove old -Z options that do nothing
[rust.git] / src /
2016-06-06 Jonas SchievinkRemove old -Z options that do nothing
2016-06-06 borsAuto merge of #34006 - eddyb:mir-const-fixes, r=nikomat...
2016-06-06 borsAuto merge of #33920 - cristianoliveira:error-E0174...
2016-06-06 Eduard-Mihai BurtescuMerge pull request #34102 from eddyb/rollup
2016-06-06 Cristian OliveiraAdd error description for E0174
2016-06-06 Eduard-Mihai BurtescuRollup merge of #34090 - srinivasreddy:rustfmt_unicode...
2016-06-06 Eduard-Mihai BurtescuRollup merge of #34085 - srinivasreddy:rustfmt_libtest...
2016-06-06 Eduard-Mihai BurtescuRollup merge of #34082 - ollie27:rustdoc_css, r=alexcri...
2016-06-06 Eduard-Mihai BurtescuRollup merge of #34081 - RustOS-Fork-Holding-Ground...
2016-06-06 Eduard-Mihai BurtescuRollup merge of #34062 - sanxiyn:no-wget, r=nagisa
2016-06-06 Eduard-Mihai BurtescuRollup merge of #34059 - reeze:patch-2, r=GuillaumeGomez
2016-06-06 Eduard-Mihai BurtescuRollup merge of #34052 - jonas-schievink:issue-32829...
2016-06-06 Eduard-Mihai BurtescuRollup merge of #34048 - shepmaster:corrected-issue...
2016-06-06 Eduard-Mihai BurtescuRollup merge of #33955 - zackmdavis:explain_E0429,...
2016-06-06 Eduard-Mihai BurtescuRollup merge of #33786 - birkenfeld:make-fix, r=jseyfried
2016-06-06 borsAuto merge of #33786 - birkenfeld:make-fix, r=jseyfried
2016-06-05 Eduard Burtescumir: remove unused float support from zero_literal.
2016-06-05 Srinivas Reddy Tha... run rustfmt on librustc_unicode
2016-06-05 Eduard Burtescurustc_const_eval: work around double rounding.
2016-06-05 Eduard Burtescutest: don't assume anything about the sign of NAN.
2016-06-05 borsAuto merge of #34039 - ollie27:linkchecker_dirs, r...
2016-06-05 borsAuto merge of #33905 - eddyb:mir-overflow, r=nikomatsakis
2016-06-05 Eduard Burtescutrans: update Luqmana's patch for generalized pair...
2016-06-05 Luqman Aden[MIR] Handle call return values that need to be casted...
2016-06-05 Eduard Burtescutrans: report as many errors as possible for constants.
2016-06-05 Eduard Burtescutrans: implement CheckedBinaryOp in mir::constant.
2016-06-05 Eduard Burtescutrans: use the same messages for both MIR and old arith...
2016-06-05 Eduard Burtescurustc_const_eval: track the length and index in IndexOu...
2016-06-05 Eduard Burtescurustc_const_eval: strings are not indexable in Rust...
2016-06-05 Eduard Burtescurustc_const_eval: remove unused arithmetic ErrKind...
2016-06-05 Eduard BurtescuRespect #[rustc_inherit_overflow_checks] in mir::build...
2016-06-05 Eduard Burtescucore: mark relevant functions with #[rustc_inherit_over...
2016-06-05 Eduard Burtescumir: report when overflow checks would be missing cross...
2016-06-05 Eduard Burtescutrans: support uses of projections of immediate pairs.
2016-06-05 Eduard Burtescutrans: generalize OperandValue::FatPtr to all pairs...
2016-06-05 Eduard BurtescuAdd a new Assert terminator to MIR for bounds & arithme...
2016-06-05 James MillerChange `with_cond` to `build_cond_br`
2016-06-05 James MillerEnable the overflow-related tests for MIR
2016-06-05 James MillerAdd a `with_cond` method
2016-06-05 James MillerCheck arithmetic in the MIR
2016-06-05 borsAuto merge of #33999 - scottcarr:master, r=nikomatsakis
2016-06-05 Srinivas Reddy Tha... run rustfmt on libtest folder
2016-06-05 borsAuto merge of #33622 - arielb1:elaborate-drops, r=nikom...
2016-06-05 Ariel Ben-YehudaUpdate LLVM
2016-06-05 Ariel Ben-Yehudabreak critical edges only when needed
2016-06-04 borsAuto merge of #34031 - jseyfried:fix_cfg_bug, r=eddyb
2016-06-04 Oliver Middletonrustdoc: Fix a few missing colors in the CSS
2016-06-04 John EricsonNo build.rs for libcore
2016-06-04 borsAuto merge of #33816 - nikomatsakis:projection-cache...
2016-06-04 borsAuto merge of #33998 - nikomatsakis:incr-comp-dep-node...
2016-06-04 Ariel Ben-Yehudafix fallout in tests
2016-06-04 Ariel Ben-Yehudafix translation of terminators in MSVC cleanup blocks
2016-06-04 Ariel Ben-Yehudajump to the cleanup block in the unwind path for open_d...
2016-06-04 borsAuto merge of #33991 - alexcrichton:rustbuild-more...
2016-06-04 borsAuto merge of #33460 - shepmaster:16-bit-pointers,...
2016-06-04 borsAuto merge of #33803 - WiSaGaN:feature/rename-main...
2016-06-04 Niko Matsakiscorrect misspelled word
2016-06-04 Niko Matsakisavoid extra clone
2016-06-03 borsAuto merge of #34020 - Stebalien:py-cleanup, r=alexcrichton
2016-06-03 borsAuto merge of #33997 - jseyfried:resolve_in_phase_2...
2016-06-03 Ariel Ben-Yehudacheck for is_cleanup violations in MIR typeck
2016-06-03 Ariel Ben-Yehudafix ICEs with RUST_LOG
2016-06-03 Ariel Ben-Yehudaremove filling on drop
2016-06-03 Ariel Ben-Yehudaaddress review comments
2016-06-03 Ariel Ben-Yehudaimplement drop elaboration
2016-06-03 Ariel Ben-Yehudaintroduce DropAndReplace for translating assignments
2016-06-03 Jeffrey SeyfriedAdd regression test
2016-06-03 borsAuto merge of #33861 - Amanieu:lock_elision_fix, r...
2016-06-03 Reeze XiaUpdate comment
2016-06-03 borsAuto merge of #34016 - sanxiyn:travis-docker, r=brson
2016-06-03 Seo SanghyeonUse Docker for Travis
2016-06-03 borsAuto merge of #33878 - GuillaumeGomez:improve_helps...
2016-06-02 Scott A Carrremove trailing whitespace
2016-06-02 borsAuto merge of #33894 - nagisa:windows-lack-endurance...
2016-06-02 Jonas SchievinkAdd regression test for issue #32829
2016-06-02 Jake GouldingCorrect issue number in test
2016-06-02 borsAuto merge of #33583 - luqmana:tri-bool-mir, r=arielb1
2016-06-02 Simonas KazlauskasFix the test to use explicit argument types
2016-06-02 Amanieu d'AntrasFix rwlock successfully acquiring a write lock after...
2016-06-02 Amanieu d'AntrasAdd a test to ensure mutexes and rwlocks can't be re...
2016-06-02 Oliver Middletonlinkchecker: Treat directory links as errors
2016-06-02 Amanieu d'AntrasDon't allow pthread_rwlock_t to recursively lock itself
2016-06-02 Amanieu d'AntrasFix undefined behavior when re-locking a mutex from...
2016-06-02 Amanieu d'AntrasUpdate libc to bring in pthread mutex type definitions
2016-06-02 borsAuto merge of #34034 - GuillaumeGomez:rollup, r=Guillau...
2016-06-02 ggomezImprove help messages for E0425
2016-06-02 Guillaume GomezRollup merge of #34033 - tshepang:typo, r=GuillaumeGomez
2016-06-02 Guillaume GomezRollup merge of #34021 - ollie27:book_links_offline...
2016-06-02 Guillaume GomezRollup merge of #34019 - kennytm:fix-33958, r=steveklabnik
2016-06-02 Guillaume GomezRollup merge of #34015 - GuillaumeGomez:err-code-tests...
2016-06-02 Guillaume GomezRollup merge of #34014 - GuillaumeGomez:fix-E0165,...
2016-06-02 Guillaume GomezRollup merge of #34013 - kraai:fix-link, r=steveklabnik
2016-06-02 Guillaume GomezRollup merge of #33993 - oconnor663:filedocs, r=alexcri...
2016-06-02 Tshepang Lekhonkhobedoc: typo
2016-06-02 Wangshan LuUpdate cargo version in cargotest
2016-06-02 borsAuto merge of #33988 - intelfx:hoedown-bump, r=alexcrichton
2016-06-02 Jeffrey SeyfriedFix bug in the `syntax::config::StripUnconfigured`...
2016-06-02 borsAuto merge of #33947 - xosmig:btree_split_off, r=gereeter
2016-06-02 Luqman Aden[MIR] Use If terminator for switches on bools rather...
2016-06-01 borsAuto merge of #33853 - alexcrichton:remove-deprecated...
next